search for: avr_br

Displaying 1 result from an estimated 1 matches for "avr_br".

Did you mean: arr_b
2004 Aug 06
1
Question about Speex Decoder
...out it. I'm trying to write a voice decoder and encoder program using libspeex and using its variable bit-rates feature. At the encoder section I set the bit-rate of the output stream by setting "SPEEX_SET_ABR" option using this command: speex_encoder_ctl(enc_state,SPEEX_SET_ABR,&Avr_BR); and Avr_BR is a variable holding my favourit bit-rate for example 33000 bps. Am I on right track up to this part? This encoded frame will enter the decoder as an input frame. I think there should be an option which allows me to let the decoder know about this bit-rate which it accepts as an input...