Audio and audio context

If I need to use the HTML5 audio and audio APIs right now, which one should I use? I see two APIs: the Audio API and the Web Audio API.

Based on this documentation from MDN , the API's API seems to be deprecated, is this correct? Is it deprecated only in Firefox and Chrome?

What is happening with Internet Explorer?

Additional information about the web audio API:

http://webaudio.imtqy.com/web-audio-api/

https://developer.mozilla.org/en-US/docs/Web/API/Web_Audio_API

+4
source share
1 answer

AudioContext.createBuffer()  . IE 11, Edge .

0

All Articles