Searched refs:EqState (Results 1 – 1 of 1) sorted by relevance
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/multimedia/speech/inc/ |
A D | speech_eq.h | 42 typedef struct EqState_ EqState; typedef 48 EqState *eq_init(int32_t sample_rate, int32_t frame_size, const EqConfig *cfg); 50 int32_t eq_destroy(EqState *st); 52 int32_t eq_set_config(EqState *st, const EqConfig *cfg); 54 int32_t eq_process(EqState *st, int16_t *pcm_buf, int32_t pcm_len); 56 int32_t eq_process_int24(EqState *st, int32_t *pcm_buf, int32_t pcm_len); 58 int32_t eq_process_float(EqState *st, float *pcm_buf, int32_t pcm_len); 60 int32_t eq_process2(EqState *st, int16_t *pcm_buf, int32_t pcm_len, int32_t stride); 62 int32_t eq_process2_int24(EqState *st, int32_t *pcm_buf, int32_t pcm_len, int32_t stride); 64 int32_t eq_process2_float(EqState *st, float *pcm_buf, int32_t pcm_len, int32_t stride); [all …]
|
Completed in 7 milliseconds