Riton2013

Results 9 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...

Have same problem, work well on Linux-x64, but crash on Linux-arm64 `Carsh Log: libSkiaSharp.so: undefined symbol: uuid_parse` how to deal with this?

一样,有谁解决了吗?

Additionally, I have tried setting different fonts for the Linux platform, or leaving everything unchanged, but the displayed results are the same

Yes, it's a problem with the chosen font, What makes me feel strange is that the font I have set up already doesn't work on Linux. I haven't found the...