如果我现在需要在HTML5中使用和音频接口,我应该使用哪一个?我看到两个可用的API :音频API和Web音频API。
基于this documentation from MDN,Audio API似乎被弃用了,对吗?它只在Firefox和Chrome中被弃用吗?
Internet Explorer会发生什么情况?
有关Web Audio API的更多信息:
http://webaudio.github.io/web-audio-api/
https://developer.mozilla.org/en-US/docs/Web/API/Web_Audio_API
发布于 2016-04-07 06:11:27
对于播放来自计算样本的音频,我认为AudioContext.createBuffer()很棒。在IE 11中不支持,但在Edge和其他版本中支持。
https://stackoverflow.com/questions/25653032
复制相似问题