jarikomppa / soloud

Free, easy, portable audio engine for games
http://soloud-audio.com
Other
1.8k stars 282 forks source link

Emscripten support #11

Closed jarikomppa closed 10 years ago

jarikomppa commented 11 years ago

Try to figure out whether it's possible to get SoLoud to work through emscripten. May require new features in Emscripten to work.

KungPhoo commented 10 years ago

Emscripten offers an SDL + SDL_mixer library that works excellently.

jarikomppa commented 10 years ago

Yes, if you want to use sdl_mixer.

I've actually tried to compile SoLoud with new versions of emscripten and it works fairly well (speech synth and streaming multiple filtered ogg streams and everything). Needs very recent web browsers though =).