search for: peex_preprocess_ctl

Displaying 1 result from an estimated 1 matches for "peex_preprocess_ctl".

Did you mean: speex_preprocess_ctl
2004 Aug 06
0
Kindly help me with VAD activation
Hi, I had the same experience. The VAD done in the encoder does not seem to work very well at all. However, the VAD done by speex_preprocess() works much better. You will also get better results if you enable the denoiser, I think. peex_preprocess_ctl(preprocess, SPEEX_PREPROCESS_SET_DENOISE, &denoise_enabled); speex_preprocess_ctl(preprocess, SPEEX_PREPROCESS_SET_VAD, &vad_enabled); speechDetected = speex_preprocess(preprocess, floatbuf, NULL); Hope this helps, Tom Abhishek Parakh (abhishekp@ee.iitm.ac.in) wrote: > > Hel...