Displaying 1 result from an estimated 1 matches for "rcvl2".
Did you mean:
rcvl1
2010 Jul 25
0
notification: More than two wideband layers found. The stream is corrupted.
...== 2)
{
inout_byte[2*i_loop] = RcvL1[i_loop];
inout_byte[2*i_loop+1] = RcvR1[i_loop];
}
else
{
inout_byte[2*i_loop] = RcvL2[i_loop];
inout_byte[2*i_loop+1] = RcvR2[i_loop];
}
}
byte2word(inout_byte, in_short, FRAME_SIZE);
speex_bits_reset(&bits);
returnVal = speex_encode_int(encoderSta...