Firefox无法解码WAV音频格式

时间:2019-05-14 10:44:58

标签: javascript firefox wav decoding

当前,我正在使用Javascript创建游戏,并且游戏中包含音频文件。它在Chrome中可以完美运行,但是Firefox在解码某些音频文件时存在一些问题。 Here is the error message 我已经在文件开头阅读了有关垃圾块的文章,但我真的不知道如何清除它们或如何处理。

Link of the post

// Error Code: NS_ERROR_DOM_MEDIA_METADATA_ERR (0x806e0006)
audio = new Audio("someaudio.wav")

// It has no problem with it
audio = new Audio("someotheraudio.wav")

我体验到Firefox可以解码某些音频文件,但不是全部。

0 个答案:

没有答案
相关问题