Displaying 2 results from an estimated 2 matches for "thisencod".
Did you mean:
thisencoder
2011 Aug 29
0
First encoded byte, mode bits and wideband bit
..., but I can't figure out what it is.
I have included my code below....
I would expect that the MSB of the first encoded byte is 1 (wideband) and that the next 4 bits would be 8 (because I requested mode 8)...but this is the mapping I see
here is my code
?
?
Init Encoder:
speex_bits_init(&thisEncoder->bits);
thisEncoder->speexEncoderInstance = speex_encoder_init(speex_lib_get_mode(SPEEX_MODEID_WB));
speex_encoder_ctl(thisEncoder->speexEncoderInstance, SPEEX_SET_QUALITY, &encodermode);
?
where encodermode = 8
?
?
Init Decoder:
thisDecoder->speexDecoderInstance = speex_decoder_i...
2011 Aug 10
2
Correct detection of bitrate
[This email is either empty or too large to be displayed at this time]