Currently music and sounds are supported with <audio> tag, which certainly has its issues. If the current implementation proves unreliable even on modern browsers, we might have to switch to an existing JS audio framework (kind of like GWT does with SoundManager).
Currently music and sounds are supported with
<audio>
tag, which certainly has its issues. If the current implementation proves unreliable even on modern browsers, we might have to switch to an existing JS audio framework (kind of like GWT does with SoundManager).