Max
Max

Reputation: 21

How does IE11 decode the Audio stream, and it doesn't support Web-Audio-API?

Now I use Audio-API to decode the audio stream, which can play sounds in other browsers, but IE11 can't be implemented. Does Javascript have other methods or need to use ActionScript3?

Upvotes: 0

Views: 1487

Answers (1)

Rytis Alekna
Rytis Alekna

Reputation: 1377

No, IE11 doesn't have Web Audio API support (https://developer.mozilla.org/en-US/docs/Web/API/Web_Audio_API) but there's a Howler library that might help you. I wouldn't rely on AS3 because people are not installing Flash Player and are relying Pepper API in Chrome.

Upvotes: 1

Related Questions