Chad Song
Chad Song
Can you provide your screenshot?
估计是尺寸问题,他android端处理压缩图的算法有点问题,会导致死循环 ```kotlin private fun createScaledBitmapWithRatio( bitmap: Bitmap, maxLength: Int, recycle: Boolean ): Bitmap? { var result = bitmap while (true) { val ratio = maxLength.toDouble() / result.byteCount val width =...
作者已经修复,尝试使用3.9.2即可
这是线上收集到的crash,我们自己并没有复现。崩溃率稍高
今天在息屏状态下复现了,可能是息屏时导致的。
Wav file's code format is direct pcm. Just add a wav header to play.