Displaying 1 result from an estimated 1 matches for "counterdecode".
Did you mean:
counterdecode++
2010 Jul 25
0
notification: More than two wideband layers found. The stream is corrupted.
...;
nbChars = speex_bits_write(&bits, cbits,
sizeof(cbits)*BYTES_PER_CHAR) /BYTES_PER_CHAR;
speex_bits_rewind(&bits);
speex_bits_read_from(&bits, cbits,
TESTENC_BYTES_PER_FRAME);
* //printf("%d\n",counterDecode++);
counterDecode++; *
returnVal = speex_decode_int(decoderState, &bits,
(spx_int16_t *)out_short);
if(returnVal != 0)
{
printf("speex decode int falied %d %d", returnVal,
counter...