Edge AI Add-on API 2.2.0
Loading...
Searching...
No Matches
wakeword.h File Reference
#include <stdbool.h>
#include <stdint.h>

Go to the source code of this file.

Functions

int ww_init (void)
 Initialize Wakeword model.
 
int ww_process (uint8_t *const audio_buffer, const uint16_t num_samples, bool *const ww_detected)
 Process audio data by Wakeword model.
 
void ww_reset (void)
 Reset Wakeword model state.