search for: pdecodedaudioout

Displaying 2 results from an estimated 2 matches for "pdecodedaudioout".

2011 Aug 29
0
First encoded byte, mode bits and wideband bit
...("Wideband: %d \n", wideband); ? ? Decode: /* Byteblock -> Bitstream */ speex_bits_read_from(&thisDecoder->bits, (i8*) pEncodedAudioIn, (int) thisDecoder->payloadSize); /* Bitstream -> PCM */ speex_decode_int(thisDecoder->speexDecoderInstance, &thisDecoder->bits, pDecodedAudioOut); speex_bits_reset(&thisDecoder->bits); ? ? ? What am I doing wrong?? ? Thanks. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/speex-dev/attachments/20110829/52c39b24/attachment.htm
2011 Aug 10
2
Correct detection of bitrate
[This email is either empty or too large to be displayed at this time]