arduino-audio-tools
|
Base class for implementing different primitive decoding models on top of the instantaneous results from running an audio recognition model on a single window of samples. More...
#include <TfLiteAudioStream.h>
Public Member Functions | |
virtual bool | begin (TfLiteConfig cfg)=0 |
virtual TfLiteStatus | getCommand (const TfLiteTensor *latest_results, const int32_t current_time_ms, const char **found_command, uint8_t *score, bool *is_new_command)=0 |
Base class for implementing different primitive decoding models on top of the instantaneous results from running an audio recognition model on a single window of samples.