Recordmp3js
Recordmp3js copied to clipboard
Record MP3 files directly from the browser using JS and HTML
Hi, Thank you for this great plugin. Unfortunately I have a problem which I can't figure out. On some computers it works great, however on others when the recorded wav...
Hi, Tried the plugin on chrome, but I am getting "Uncaught RangeError: Invalid array buffer length libmp3lame.min.js:30089" Anyone had this problem? Thank you very much.
hi how to play recorded mp3 file?
A little hack to prevent firefox garbage collector to remove the stream
Is it possible to display "Allow to use microphone" dialog only when you press "Record"? And turn off the microphone after you press "Stop"?
We are having a problem of sound deformation on windows. We are recording the sound and then converting it to mp3. It works perfectly on Mac but we are having...
great library, has anybody tried to implement this with a web worker to make conversion simultaneous to recording? like https://github.com/blixt/js-lameworker (because of that blixt library works faster), Looking at js...
When recording audio on Firefox It does not work on Second recording Because recorder stops working after some time.Issue also discussed on StackOverflow .http://stackoverflow.com/questions/27547032/recording-in-html5-does-not-work-in-firefox?answertab=oldest#tab-top . Mido22 has provided solution for...
Your code lets the attacker set the filename and data. Anyone can set the file to Something.php and fill it with something evil.
I want to save the audio file in specific folder not in default download folder. How to change it?