dragome / gdx-dragome

Dragome backend for LibGDX.
22 stars 1 forks source link

Audio implementation #12

Open czyzby opened 8 years ago

czyzby commented 8 years ago
czyzby commented 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.

intrigus commented 8 years ago

What's wrong with soundmanager?

czyzby commented 8 years ago

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.