lichenchenisapuppy
lichenchenisapuppy
> on "5.4.119-1-tlinux4-0009-eks #1 SMP Wed Sep 28 23:05:45 CST 2022 x86_64 x86_64 x86_64 GNU/Linux" bun v0.5.6 triggers the same "EBADF" problem 我遇到了同样的问题 bun v0.5.7 linux mint 20.1 试试: //...
> 图片和视频能加载出来了,但insertAudio还是无效
知道咋回事了 选的mimeType不对
aac的文件也不行 不知道是不是录制出来就不行 我试了下MP4 wav都可以 。
mediarecorder对象如下设置时可以: setOutputFormat(MediaRecorder.OutputFormat.MPEG_4); setAudioEncoder(MediaRecorder.AudioEncoder.AAC); 如果换成 setOutputFormat(MediaRecorder.OutputFormat.RAW_AMR); setAudioEncoder(MediaRecorder.AudioEncoder.AMR_NB) 使用seekto的时候就不行了