音频与 AudioContext
Posted
技术标签:
【中文标题】音频与 AudioContext【英文标题】:Audio vs AudioContext 【发布时间】:2014-09-03 20:25:31 【问题描述】:如果我现在需要在 html5 中使用音频 API,我应该使用哪一个?我看到有两个可用的 API:音频 API 和 Web 音频 API。
基于this documentation from MDN,Audio API 似乎已被弃用,对吗?它仅在 Firefox 和 Chrome 中被弃用吗?
Internet Explorer 会发生什么?
有关网络音频 API 的更多信息:
http://webaudio.github.io/web-audio-api/
https://developer.mozilla.org/en-US/docs/Web/API/Web_Audio_API
【问题讨论】:
Does this question help? 很奇怪不是吗?一种方法已弃用,另一种方法在 IE 中不受支持。 【参考方案1】:我认为从计算样本中播放音频 AudioContext.createBuffer() 是很棒的。 在 IE 11 中不支持,但在 Edge 和其他版本中。
【讨论】:
以上是关于音频与 AudioContext的主要内容,如果未能解决你的问题,请参考以下文章