Audio Core Feature Interface Reference Manual  jpl-r3.20.3
aftr_sd.h File Reference

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_SAFTR_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)
 

Detailed Description

Core feature-lib for sound detection.