在最新的 Firefox 版本中,mp3 是否可以在没有后备 OGG 的情况下工作?
Does mp3 work without fallback OGG in latest Firefox version?
我总是使用 MP3 和 OGG 文件在网页上播放音频。主要是因为 Firefox 不支持 MP3 编解码器。我刚刚发现 Firefox 确实在 html5 元素中播放 MP3 文件。 Firefox 是最近才开始支持 MP3 的吗?这将节省大量将 MP3 转换为 OGG 以实现浏览器兼容性的工作。
我使用了这个标准 HTML5 音频标记
<audio controls="controls">
<source src="https://path/to/my/audiofile.mp3" type="audio/mpeg" />
</audio>
"The MP3 audio format (.mp3, audio/mpeg; distinct from the above MP3 audio in an MP4 container case) is supported in by Firefox/Firefox for Android/Firefox OS when the operating system provides an MP3 decoder" - 引用
https://developer.mozilla.org/en-US/docs/Web/HTML/Supported_media_formats#MP3
我总是使用 MP3 和 OGG 文件在网页上播放音频。主要是因为 Firefox 不支持 MP3 编解码器。我刚刚发现 Firefox 确实在 html5 元素中播放 MP3 文件。 Firefox 是最近才开始支持 MP3 的吗?这将节省大量将 MP3 转换为 OGG 以实现浏览器兼容性的工作。
我使用了这个标准 HTML5 音频标记
<audio controls="controls">
<source src="https://path/to/my/audiofile.mp3" type="audio/mpeg" />
</audio>
"The MP3 audio format (.mp3, audio/mpeg; distinct from the above MP3 audio in an MP4 container case) is supported in by Firefox/Firefox for Android/Firefox OS when the operating system provides an MP3 decoder" - 引用 https://developer.mozilla.org/en-US/docs/Web/HTML/Supported_media_formats#MP3