![]() |
Edge AI Add-on API 2.2.0
|
Data Structures | |
| struct | kws_prediction |
| Prediction from keyword spotting model. More... | |
Functions | |
| int | kws_init (void) |
| Initialize keyword spotting model. | |
| int | kws_process (uint8_t *const audio_buffer, const uint16_t num_samples, struct kws_prediction *const prediction) |
| Process audio data by keyword spotting model. | |
| void | kws_reset (void) |
| Reset keyword spotting model state. | |