浏览器中的本机音频

发布于 2024-12-10 11:49:22 字数 258 浏览 0 评论 0原文

我正在通过音频标签 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

怪异←思 2024-12-17 11:49:22

这取决于。一些浏览器将所有与多媒体相关的内容委托给系统的多媒体堆栈(即 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.

泛泛之交 2024-12-17 11:49:22

此链接表示某些浏览器提供某些格式的 Codex,
那么这是否意味着浏览器正在提供这些 codex-es?

是的,这正是它的意思。编解码器内置于浏览器中。

This link is saying certain browsers supply codex for certain formats,
so does this mean that the browser is supplying these codex-es?

Yes, that's exactly what it means. The codec is built-in the browser.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文