Open qzcsgs opened 4 years ago
Uncaught (in promise) TypeError: Failed to execute 'decodeAudioData' on 'BaseAudioContext': parameter 1 is not of type 'ArrayBuffer'.
Which "InitWith" function did u use below?
amr.initWithArrayBuffer(array); amr.initWithBlob(blob); amr.initWithUrl(url);
你可能是使用了 mock.js,这个插件会修改劫持 XHR;
mock.js
XHR
Uncaught (in promise) TypeError: Failed to execute 'decodeAudioData' on 'BaseAudioContext': parameter 1 is not of type 'ArrayBuffer'.