dragome / gdx-dragome

Dragome backend for LibGDX.
22 stars 1 forks source link

JS audio framework #20

Open czyzby opened 8 years ago

czyzby commented 8 years ago

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).