search for: sbdecstat

Displaying 5 results from an estimated 5 matches for "sbdecstat".

Did you mean: sbdecstate
2004 Aug 06
2
SPEEX_GET_SAMPLING_RATE of encoder is wrong
...break; ... And st->sampling_rate is 2. I debugged some further and it seems: sb_encoder_init calls speex_decoder_ctl(st->st_low, SPEEX_GET_SAMPLING_RATE, &st->sampling_rate); to get the sampling rate. I think it should be speex_encoder_ctl (otherwise SBEncState * is interpreted as SBDecState *). Best regards, Chris --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'speex-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is nee...
2009 Dec 08
1
Recovery of Speex stream
...with Speex I see one trouble: very often I will not can to start stream reception from 1st frame. Therefore I have ugly sound quality at the beginning. I have idea to send some more information for data recovery in translation packets (I have 110 free bytes in each frame). What data from SBDecState structure decoder needs for each next frame? Or it need all data in this structure (in this case I will can not pack it in one packet). -- Best regards, Fedor Bobkov
2004 Aug 06
1
SPEEX_GET_SAMPLING_RATE of encoder is wrong
...me further and it seems: > > sb_encoder_init > > calls > > speex_decoder_ctl(st->st_low, SPEEX_GET_SAMPLING_RATE, &st->sampling_rate); > > to get the sampling rate. I think it should be speex_encoder_ctl (otherwise > > SBEncState * is > > interpreted as SBDecState *). > > > > Best regards, > > Chris > > > > --- >8 ---- > > List archives: http://www.xiph.org/archives/ > > Ogg project homepage: http://www.xiph.org/ogg/ > > To unsubscribe from this list, send a message to 'speex-dev-request@xiph.org'...
2004 Aug 06
0
SPEEX_GET_SAMPLING_RATE of encoder is wrong
...is 2. > > I debugged some further and it seems: > sb_encoder_init > calls > speex_decoder_ctl(st->st_low, SPEEX_GET_SAMPLING_RATE, &st->sampling_rate); > to get the sampling rate. I think it should be speex_encoder_ctl (otherwise > SBEncState * is > interpreted as SBDecState *). > > Best regards, > Chris > > --- >8 ---- > List archives: http://www.xiph.org/archives/ > Ogg project homepage: http://www.xiph.org/ogg/ > To unsubscribe from this list, send a message to 'speex-dev-request@xiph.org' > containing only the word 'uns...
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