Displaying 1 result from an estimated 1 matches for "decoderst".
Did you mean:
decoders
2010 Jul 25
0
notification: More than two wideband layers found. The stream is corrupted.
...ER_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,
counterDecode);
exit(0);
}
speex_bits_reset(&...