Searched refs:SpeechNsState (Results 1 – 1 of 1) sorted by relevance
23 typedef struct SpeechNsState_ SpeechNsState; typedef27 SpeechNsState *speech_ns_create(int32_t sample_rate, int32_t frame_size, const SpeechNsConfig *cfg);30 int32_t speech_ns_destroy(SpeechNsState *st);33 int32_t speech_ns_set_config(SpeechNsState *st, const SpeechNsConfig *cfg);36 int32_t speech_ns_ctl(SpeechNsState *st, int32_t ctl, void *ptr);39 int32_t speech_ns_process(SpeechNsState *st, int16_t *pcm_buf, int32_t pcm_len);42 int32_t speech_ns_dump(SpeechNsState *st);
Completed in 3 milliseconds