TannerRogalsky / punchdrunk

An attempt to replicate the LÖVE API in the browser using moonshine.
http://tannerrogalsky.com/punchdrunk/
MIT License
81 stars 10 forks source link

Audio #14

Closed TannerRogalsky closed 10 years ago

TannerRogalsky commented 10 years ago

This resolves issue #6

bengolds commented 10 years ago

Seems like integrating a port of the OpenAL API (like this one) could get most of this working. Worth pursuing, or should it be pushed to a later milestone?

TannerRogalsky commented 10 years ago

Looks like that project uses Flash to fill in the holes in the HTML audio API and it also seems pretty out of date. I'm reluctant to use Flash in this project because it impacts mobile usage which is something I definitely want to support. I could be convinced to integrate something like that in order to support the final percentage of features that simply cannot exist without it but it's not something I would do lightly and it would need to fail gracefully.