TensorFlow model + input speech. More...
#include <Arduino.h>#include "TinyTrainable.h"#include "Input.h"#include <PDM.h>#include <TensorFlowLite.h>#include <tensorflow/lite/micro/micro_interpreter.h>#include <tensorflow/lite/micro/micro_mutable_op_resolver.h>#include <tensorflow/lite/schema/schema_generated.h>#include "../tensorflow_speech/audio_provider.h"#include "../tensorflow_speech/command_responder.h"#include "../tensorflow_speech/feature_provider.h"#include "../tensorflow_speech/main_functions.h"#include "../tensorflow_speech/micro_features_micro_model_settings.h"#include "../tensorflow_speech/micro_features_model.h"#include "../tensorflow_speech/recognize_commands.h"Go to the source code of this file.
Classes | |
| class | InputSpeech |
| InputSpeech inherits from Input. More... | |
TensorFlow model + input speech.