Riton2013

Results 4 comments of Riton2013

Me,too. How to fix it if anyone knows that ?

I meet the same problem, when I mix up data before decode(data is still a byte[] and length doesn't change), It almost crash all the time. How can I do...

finally fixed the problem: SpeexDecoder.cs ``` public int Decode(byte[] inData, int inOffset, int inCount, short[] outData, int outOffset, bool lostFrame) { if (decodedData.Length < outData.Length * 2) { // resize...