I want to record (Record-Pause/Resume-Stop
) an audio from the web. I have tried MediaRecorder API but still it's not compatible for all the browsers like IE and safari. Even though it supports for firefox and chrome, different behavior on chrome (works perfect) and firefox (posted an another question here). I can use flash but that would be last choice if there is no possibilities with HTML5 or JS. Is there any opensource JS plug-in or library to achieve this? It will be great if someone has the fix for firefox issue.
Any help would be much appreciated. Thanks.
I used this a while back: JSSoundRecorder
I had it record and export to a WAV file. If you find a browser that doesn't support it, you likely shouldn't care about that browser.