Home
last modified time | relevance | path

Searched refs:SpeechAec2State (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/hardware/chip/haas1000/drivers/services/multimedia/speech/inc/
A Dspeech_aec2.h31 typedef struct SpeechAec2State_ SpeechAec2State; typedef
33 SpeechAec2State *speech_aec2_create(int32_t sample_rate, int32_t frame_size, const SpeechAec2Config…
35 int32_t speech_aec2_destroy(SpeechAec2State *inst);
37 int32_t speech_aec2_set_config(SpeechAec2State *st, const SpeechAec2Config *cfg);
39 int32_t speech_aec2_process(SpeechAec2State *inst, int16_t *pcm_in, int16_t *pcm_ref, int32_t pcm_l…

Completed in 4 milliseconds