silbinarywolf/gml-go

audio: fix audio to work in browser

silbinarywolf opened this issue · 0 comments

The problem
Currently audio doesn't play in the browser due to how I load sounds, ie. try WAV then fallback to MP3.

I need to write out the sounds to a packed file or something similar to how sprites work.