Core feature-lib for cry detection. More...
Data Structures | |
struct | AFTR_CD_MODEL_PARAM_S |
Struct for cry detection model parameter. More... | |
struct | AFTR_CD_PARAM_S |
Struct for cry detection parameter. More... | |
struct | AFTR_CD_STATUS_S |
Struct for cry detection status. More... | |
struct | AFTR_CD_INSTANCE_S |
Struct for cry detection instance. More... | |
Enumerations | |
enum | AFTR_CD_WINDOW_FUNCTION_E { AFTR_CD_MODEL_WINDOW_HAMM = 0, AFTR_CD_MODEL_WINDOW_HANN = 1 } |
Enumeration of cry detection model windowing function. More... | |
Functions | |
AFTR_CD_INSTANCE_S * | AFTR_CD_newInstance () |
INT32 | AFTR_CD_deleteInstance (AFTR_CD_INSTANCE_S **instance) |
INT32 | AFTR_CD_setParam (AFTR_CD_INSTANCE_S *instance, const AFTR_CD_PARAM_S *param) |
INT32 | AFTR_CD_checkParam (const AFTR_CD_PARAM_S *param) |
INT32 | AFTR_CD_getParam (AFTR_CD_INSTANCE_S *instance, AFTR_CD_PARAM_S *param) |
INT32 | AFTR_CD_detect (AFTR_CD_INSTANCE_S *instance, const char *raw_buffer, int size_of_raw, AFTR_CD_STATUS_S *status) |
INT32 | AFTR_CD_getStat (AFTR_CD_INSTANCE_S *instance, AFTR_CD_STATUS_S *status) |
INT32 | AFTR_CD_reset (AFTR_CD_INSTANCE_S *instance) |
Core feature-lib for cry detection.