Displaying 1 result from an estimated 1 matches for "canencode".
Did you mean:
candecode
2010 Jul 25
0
notification: More than two wideband layers found. The stream is corrupted.
...e of the delay required?
By having a look at the code, and the code structure which I have mentioned
in the code itself, can you throw some insight?
Also why should this error occur at first place? I searched the forum but
could not find the exact solution.
Awaiting reply.
Vijay
if(canEncode == 1) //sets to 1 when DMA is ready with 20ms
samples with 8khz sampling
{
canEncode = 0;
if(busyEncoding == 0) // to guard encoding and decoding
{
busyEncoding = 1;
//copy 20ms data (160 is the...