Recorderjs
Recorderjs copied to clipboard
Added MP3 file support
Added MP3 audio type support using Lame library as inspired by nusofthq. I ended up having to rename the exportWAV to exportAudio so that the function for export can be the same between WAV and MP3 worker. It breaks compatibility but makes the code easier to read and understand between the two workers.
Does this work on all platforms?
What do you mean by platform? I've tested it using Chrome browser on OSX and Windows and they seem to work fine.
That said, everything here is done in JavaScript so it should work on any browser. Please note that there maybe some special licensing requirements for MP3 encoding though.