Displaying 1 result from an estimated 1 matches for "busyencod".
2010 Jul 25
0
notification: More than two wideband layers found. The stream is corrupted.
...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 frame size) to encode
for(i_loop = 0; i_loop < FRAME_SIZE; i_loop++)
{
if(Current...