带有WAV文件的Node JS Audio Player?

时间:2018-10-23 11:18:36

标签: javascript node.js html5 web audio

我遇到了用于侦听星号录制的WebCDR开源项目的问题,并且我注意到并不是所有的录制都被播放了,我追踪了一个问题,即它给我尝试安装wav-的WAV文件格式带来了问题编码器以查看问题所在,并且在node-js服务器上遇到以下异常

(node:65213) UnhandledPromiseRejectionWarning: TypeError: Unsupported format in WAV file: 0x31
    at decodeFormat (/root/node_modules/wav-decoder/index.js:67:12)
    at decodeSync (/root/node_modules/wav-decoder/index.js:37:16)
    at /root/node_modules/wav-decoder/index.js:59:13
    at new Promise (<anonymous>)
    at Object.decode (/root/node_modules/wav-decoder/index.js:58:10)
    at readFile.then (/root/webcdr-master/lib/api/recordings.js:57:23)

并且错误出现在浏览器控制台上

enter image description here

我设法解决了一个问题,但是它不适用,因为我有很多文件,需要通过更改比特率8000重新将其重新转换为wav。

我希望有人可以帮助我快速解决

此致

0 个答案:

没有答案