|
arduino-audio-tools
|
#include <WakeWordDetector.h>
Public Attributes | |
| Vector< FrequencyFrame< N > > | frames |
| Sequence of frequency frames for the wake word. | |
| float | last_match_percent |
| Last computed match percent for this template. | |
| const char * | name |
| Name/label of the wake word. | |
| float | threshold_percent |
| Vector<FrequencyFrame<N> > frames |
Sequence of frequency frames for the wake word.
Last computed match percent for this template.
Minimum percent of matching frames required for detection (0-100)