Displaying 2 results from an estimated 2 matches for "unliv".
Did you mean:
univ
2004 Aug 06
2
Question about SPEEX_PREPROCESS_SET_DENOISE
Unlivable.
I fix it. I forgot the speex_preprocess(m_pPreprocess, buf, NULL) need to do
enough samples too.
Tks a lot!
And
speex_preprocess_ctl(preprocess, SPEEX_PREPROCESS_SET_DEREVERB,
&tmp);
f=.4;
speex_preprocess_ctl(preprocess,
SPEEX_PREPROCESS_SET_DEREVERB...
2004 Aug 06
2
Question about SPEEX_PREPROCESS_SET_DENOISE
I just download the 1.1.5. And it is working well. I try the xxx_int
functions at least it works. But I did not find the performance improvement.
But when I try this:
m_pPreprocess= speex_preprocess_state_init(m_nSamplesPerFrame,
m_nSampleRate);
speex_preprocess_ctl(m_pPreprocess, SPEEX_PREPROCESS_SET_DENOISE,
&tmp);
and add
speex_preprocess(m_pPreprocess, buf,