Displaying 3 results from an estimated 3 matches for "m_nsamplerate".
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, NULL);
before encode. The result is really unacceptable. I think there must be
something wrong.
And for the encode I did not use abr or vbr because I c...
2004 Aug 06
0
Question about SPEEX_PREPROCESS_SET_DENOISE
...lex Wang a écrit :
> 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, NULL);
>
> before encode. The result is really unacceptable. I think there must
> be something wrong.
>...
2004 Aug 06
2
Question about SPEEX_PREPROCESS_SET_DENOISE
...lex Wang a écrit :
> 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, NULL);
>
> before encode. The result is really unacceptable. I think there must
> be something wrong.
>...