Closed englercj closed 11 years ago
Currently we are using HTML5Audio elements to play audio, unfortunately this has issues on mobile, and is not as performant all around.
We should try to use the real Web Audio API, but if it is not available fall back to the HTML5Audio.
Some audio libraries are:
Chose to rewrite the whole audio api in a Manager-Player model; based heavily on Howler.js
In progress on the new-audio branch.
This has landed
Currently we are using HTML5Audio elements to play audio, unfortunately this has issues on mobile, and is not as performant all around.
We should try to use the real Web Audio API, but if it is not available fall back to the HTML5Audio.
Some audio libraries are: