Core feature-lib for sound detection. More...
Data Structures | |
struct | AFTR_SD_PARAM_S |
Struct for sound detection parameter. More... | |
struct | AFTR_SD_STATUS_S |
Struct for sd status. More... | |
struct | AFTR_SD_INSTANCE_S |
Struct for sound detection instance. More... | |
Functions | |
AFTR_SD_INSTANCE_S * | AFTR_SD_newInstance () |
INT32 | AFTR_SD_deleteInstance (AFTR_SD_INSTANCE_S **instance) |
INT32 | AFTR_SD_setParam (AFTR_SD_INSTANCE_S *instance, const AFTR_SD_PARAM_S *param) |
INT32 | AFTR_SD_checkParam (const AFTR_SD_PARAM_S *param) |
INT32 | AFTR_SD_getParam (AFTR_SD_INSTANCE_S *instance, AFTR_SD_PARAM_S *param) |
INT32 | AFTR_SD_detect (AFTR_SD_INSTANCE_S *instance, const char *raw_buffer, int size_of_raw, AFTR_SD_STATUS_S *status) |
INT32 | AFTR_SD_getStat (AFTR_SD_INSTANCE_S *instance, AFTR_SD_STATUS_S *status) |
INT32 | AFTR_SD_reset (AFTR_SD_INSTANCE_S *instance) |
Core feature-lib for sound detection.