search for: is_speech_in_preprocessor

Displaying 2 results from an estimated 2 matches for "is_speech_in_preprocessor".

2007 Jan 08
1
VAD in preprocessor
...ocess_ctl(preprocess, SPEEX_PREPROCESS_SET_DENOISE, &param_enabled); speex_preprocess_ctl(preprocess, SPEEX_PREPROCESS_SET_VAD, &param_enabled); speex_preprocess_ctl(preprocess, SPEEX_PREPROCESS_SET_AGC, &param_disabled); /* inputAdd is address of captured input voice (short *). is_speech_in_preprocessor = speex_preprocess(preprocess, inputAdd, null); if (is_speech_in_preprocessor != 0) { speex_encode_int(enc_state, inputAdd, bitsAdd); } Thanks a lot in advance, Sincerely, Yasemin -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xip...
2006 Dec 29
0
VAD in preprocessor
...ocess_ctl(preprocess, SPEEX_PREPROCESS_SET_DENOISE, &param_enabled); speex_preprocess_ctl(preprocess, SPEEX_PREPROCESS_SET_VAD, &param_enabled); speex_preprocess_ctl(preprocess, SPEEX_PREPROCESS_SET_AGC, &param_disabled); /* inputAdd is address of captured input voice (short *). is_speech_in_preprocessor = speex_preprocess(preprocess, inputAdd, null); if (is_speech_in_preprocessor != 0) { speex_encode_int(enc_state, inputAdd, bitsAdd); } VAD in preprocessor is very good, there is not noise outside speech. I don't feel problem so much while continuous speech, but when we speak for...