h5音频问题

将项目打包成h5,音频文件也转成base64,但是打开会报 Failed to set the ‘buffer’ property on ‘AudioBufferSourceNode’: The provided value is not of type ‘AudioBuffer’.
其中打印:


本地该音频文件是
不知道如何解决


I also encountered this problem. Does anyone know how to solve it? Thanks very much !

同样的错误,无法播放aac格式的文件

Uncaught TypeError: Failed to set the ‘buffer’ property on ‘AudioBufferSourceNode’: The provided value is not of type ‘AudioBuffer’.

目前不支持aac格式,请转换一下格式再使用。

请问有解决吗?我也遇到了这个问题,在1.93版本不会,2.02就会出现了

所有的音频文件都是.mp3格式,为什么也会报这个错?