sopel39 / audioconverter.js

Emscripten audio FFMPEG port with lame, vorbis/ogg, fdk-aac
quick-apps.com/audio
Other
107 stars 25 forks source link

Fire Fox Mobile (Android) Problem #3

Closed 020890 closed 10 years ago

020890 commented 10 years ago

Hi, when i try convert wav to mp3 my browser FIre Fox Mobile (Android) is shut down. Please help to fix this problem.

sopel39 commented 10 years ago

Firefox on android is just a wrapper around android native webkit browser, therefore it does not support asm.js.You can have more luck with pnacl from google, which has similar purpose as asm.js, but is for chrome.