search for: clatter

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

Did you mean: latter
2007 Jan 08
1
VAD in preprocessor
...ke many people in the list says) is noise. So I've added VAD in preprocessor as following. 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 short intervals, the start of and end of sentences have clatter (maybe clatter does not meet that sound, there is a defect). To overcome this problem, are SPEEX_PREPROCESS_SET_PROB_START, SPEEX_PREPROCESS_SET_PROB_CONTINUE parameters or other anything useful? int param_enabled = 1; int param_disabled = 0; int sampling_rate = 8000; SpeexPreprocessState *...
2006 Dec 29
0
VAD in preprocessor
..._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 short intervals, the start of and end of sentences have clatter (maybe clatter does not meet that sound, there is a defect). To overcome this problem, are SPEEX_PREPROCESS_SET_PROB_START, SPEEX_PREPROCESS_SET_PROB_CONTINUE parameters or if (st->nb_preprocess%200==0) in preprocessor.c (line 608) useful? Thanks a lot in advance, Sincerely, Yasemin -...