cwilso / AudioRecorder

Simple live audio file recorder, based on RecorderJS
MIT License
421 stars 168 forks source link

Firefox Support #6

Closed narnau closed 10 years ago

narnau commented 10 years ago

Hello all,

I have been testing the on-line example of AudioRecorder ( http://webaudiodemos.appspot.com/AudioRecorder/index.html ) with different browsers and Operating Systems and it seems that the example is not working on Firefox. I tested the last stable version and the Nightly version in Mac OS X 10.8 and Debian 7 Linux. The getMediaUser() is working because I can see the waveform but when I click at the image to download the wav file, the browser do nothing. I tried to debug the example with firefox and it seems that work correctly but something it's not working, sure...

Thank you very much,

cwilso commented 10 years ago

Had a bit of an issue with the forced-download code in FF, so I switched it around. Also fixed the red gradient background while recording. Should work well in FF with https://github.com/cwilso/AudioRecorder/commit/d1027f714c29d3f5281df5f7c370424972f005de.