Home
last modified time | relevance | path

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

/AliOS-Things-master/components/uvoice/audio/
A Daudio_vad.h15 struct voice_active_detect { struct
24 int audio_vad_process(struct voice_active_detect *vad, const uint8_t *buffer, int nbytes); argument
25 struct voice_active_detect *audio_vad_create(int rate, int period_size);
26 int audio_vad_release(struct voice_active_detect *vad);
A Daudio_vad.c28 int audio_vad_process(struct voice_active_detect *vad, in audio_vad_process()
67 struct voice_active_detect *audio_vad_create(int rate, int period_size) in audio_vad_create()
69 struct voice_active_detect *vad; in audio_vad_create()
72 vad = snd_zalloc(sizeof(struct voice_active_detect), AFM_EXTN); in audio_vad_create()
97 int audio_vad_release(struct voice_active_detect *vad) in audio_vad_release()
/AliOS-Things-master/components/uvoice/audio/process/
A Dproc_vad.c108 int vad_process(struct voice_active_detect *vad, in vad_process()
159 int vad_create(struct voice_active_detect *vad, in vad_create()
229 int vad_release(struct voice_active_detect *vad) in vad_release()

Completed in 10 milliseconds