TannerRogalsky / love.js

LÖVE ported to the web using Emscripten
MIT License
493 stars 53 forks source link

MP3s don't work. #5

Closed TannerRogalsky closed 8 years ago

TannerRogalsky commented 8 years ago

Love.js is currently compiled with MP3 support disabled. I haven't looked into if that decoder can be compiled with emscripten yet.

Bobbyjoness commented 8 years ago

For audio (and potentially video) is it possible to have a JavaScript code path that would just let the browser play the audio. This should have mp3s and such working. It should also potentially have streaming work as well.

TannerRogalsky commented 8 years ago

Getting MP3s working should just be a matter of compiling their mpg123 dependency and linking it in. Just haven't gotten around to it yet.

TannerRogalsky commented 8 years ago

Resolved by #7