Searched refs:SpeechAec2State (Results 1 – 1 of 1) sorted by relevance
31 typedef struct SpeechAec2State_ SpeechAec2State; typedef33 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