search for: m_pdecoderst

Displaying 4 results from an estimated 4 matches for "m_pdecoderst".

Did you mean: m_pdecoder
2004 Aug 06
2
SPEEX_GET_SAMPLING_RATE of encoder is wrong
...x 1.1.4 and when I query SPEEX_GET_SAMPLING_RATE as in speex_encoder_ctl ( m_pEncoderState, SPEEX_GET_SAMPLING_RATE, &m_SampleRate ); I get 2 The encoder is initialized with m_pEncoderState = speex_encoder_init ( &speex_wb_mode ); On the decoder side, the correct sampling rate is returned: m_pDecoderState = speex_decoder_init ( &speex_wb_mode ); speex_decoder_ctl ( m_pDecoderState, SPEEX_GET_SAMPLING_RATE, &m_SampleRate ); I debugged the encoder and the stack trace is as follows: -> speex_encoder_ctl ( m_pEncoderState, SPEEX_GET_SAMPLING_RATE, &m_SampleRate ); -> int speex_enco...
2004 Aug 06
1
SPEEX_GET_SAMPLING_RATE of encoder is wrong
...ncoderState, SPEEX_GET_SAMPLING_RATE, > > &m_SampleRate ); > > I get > > 2 > > The encoder is initialized with > > m_pEncoderState = speex_encoder_init ( &speex_wb_mode ); > > > > On the decoder side, the correct sampling rate is returned: > > m_pDecoderState = speex_decoder_init ( &speex_wb_mode ); > > speex_decoder_ctl ( m_pDecoderState, SPEEX_GET_SAMPLING_RATE, > > &m_SampleRate ); > > > > I debugged the encoder and the stack trace is as follows: > > -> speex_encoder_ctl ( m_pEncoderState, SPEEX_GET_SAMPLIN...
2004 Aug 06
0
SPEEX_GET_SAMPLING_RATE of encoder is wrong
...gt; as in > speex_encoder_ctl ( m_pEncoderState, SPEEX_GET_SAMPLING_RATE, > &m_SampleRate ); > I get > 2 > The encoder is initialized with > m_pEncoderState = speex_encoder_init ( &speex_wb_mode ); > > On the decoder side, the correct sampling rate is returned: > m_pDecoderState = speex_decoder_init ( &speex_wb_mode ); > speex_decoder_ctl ( m_pDecoderState, SPEEX_GET_SAMPLING_RATE, > &m_SampleRate ); > > I debugged the encoder and the stack trace is as follows: > -> speex_encoder_ctl ( m_pEncoderState, SPEEX_GET_SAMPLING_RATE, > &m_Samp...
2004 Aug 06
5
Memory leak in denoiser + a few questions
Hello The st->zeta pointer isn't freed in the speex_preprocess_state_destroy() function of the preprocess.c file (alloced in line 167). It's in Speex 1.1.4 by the way. I'm trying to make the denoiser work with my application and has got reasonable noise reduction after applying the denoiser. I, however, haven't been able to find any information of what the purpose of