curiosity-ai / h5

🚀 The next generation C# to JavaScript compiler
https://github.com/curiosity-ai/h5
Apache License 2.0
211 stars 30 forks source link

Missing AudioContext APIs #37

Open theolivenbaum opened 3 years ago

theolivenbaum commented 3 years ago

https://developer.mozilla.org/en-US/docs/Web/API/AudioContext

thomz12 commented 3 years ago

I would love this one so I can properly port my game engine from Bridge to H5!

theolivenbaum commented 3 years ago

We'll need it soon for work to render audio files, I'll let you know when it's added!

thomz12 commented 3 years ago

I was able to use the already available AudioContext APIs to make everything work! :)