Searched refs:Speech3MicNsState (Results 1 – 1 of 1) sorted by relevance
29 typedef struct Speech3MicNsState_ Speech3MicNsState; typedef31 Speech3MicNsState *speech_3mic_ns_create(int32_t sample_rate, int32_t frame_size, const Speech3MicN…33 int32_t speech_3mic_ns_destroy(Speech3MicNsState *st);35 int32_t speech_3mic_ns_set_config(Speech3MicNsState *st, const Speech3MicNsConfig *cfg);37 int32_t speech_3mic_ns_process(Speech3MicNsState *st, short *pcm_buf, int32_t pcm_len, short *out_b…
Completed in 3 milliseconds