浏览器中的本机音频
我正在通过音频标签 HTML5 播放音频。我的计算机或浏览器是否支持此音频格式?
http://html5doctor.com/native-audio-in-the-browser/
这个链接说某些浏览器为某些格式提供 codex,那么这是否意味着浏览器正在提供这些 codex-es?
I'm playing audio via the audio tag HTML5. Is my computer supplying support for this audio format or is the browser?
http://html5doctor.com/native-audio-in-the-browser/
This link is saying certain browsers supply codex for certain formats, so does this mean that the browser is supplying these codex-es?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这取决于。一些浏览器将所有与多媒体相关的内容委托给系统的多媒体堆栈(即 Safari 和 QuickTime),其他浏览器仅支持某些内置格式。
请参阅http://diveintohtml5.info/video.html#what-works。
It depends. Some browsers delegate all multimedia related stuff to the system's multimedia stack (i.e. Safari and QuickTime), others have support for only certain formats build-in.
See http://diveintohtml5.info/video.html#what-works.
是的,这正是它的意思。编解码器内置于浏览器中。
Yes, that's exactly what it means. The codec is built-in the browser.