robotwai

Results 2 comments of robotwai

感谢 已经好了 不过之前换成了一个别的库 https://github.com/btastic/flutter_native_image.git也可以

Loading audioclip in wav format is normal, decoding to wav is normal via byteString,code like this: ` string directory = new FileInfo(savePath).Directory.FullName; if (!Directory.Exists(directory)) Directory.CreateDirectory(directory); File.WriteAllBytes(savePath, audioBytes.ToArray()); var webRequest =...