Reputation: 21
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
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