Open czyzby opened 8 years ago
Music
and Sound
are supported using <audio>
HTML element. It needs to be tested, though - we might want to provide another solution, kind of like GWT did with soundmanager
.
What's wrong with soundmanager?
Nothing in particular, <audio>
was faster to implement and does not rely on external JS scripts. I'm pretty sure it will be clunky on multiple browsers - but then again, legacy browsers are unlikely to support WebGL either. If this implementation happens to be unreliable, we'll look into other sound managers. There are also howler
and SoundJS
to consider.
Consider other JS sound managers. Maybe some other good library came up since GWT backend was created, I don't think Flash is necessary today.