我正在教孩子们如何在他们的JavaScript游戏和网页上添加音频.我知道HTML5音频API,我刚刚学习各种浏览器的问题(IE令人惊讶的是根本不支持WAV等).
然而,显然有一个我不知道的新Web Audio standard. Chrome完全支持它. Mozilla states the following about Web Audio和Firefox:
Firefox currently supports the incompatible,Mozilla-specific Audio
Data API,but it is marked as “deprecated” in favor of the W3C
standard. Work has started to support the new Web Audio API in
Firefox.
caniuse.com报道以下关于support for Web Audio API.
我根本不介意强迫孩子们使用谷歌浏览器进行开发,并且听起来不适用于许多其他浏览器.但是,我不想教他们将来不会在其他浏览器中使用的东西.
我也正在阅读有关Web Audio的可能替代方案,称为MediaStreaming ……我应该教授的未来是哪种?
最佳答案
原文链接:https://www.f2er.com/js/429719.html