Recorderjs icon indicating copy to clipboard operation
Recorderjs copied to clipboard

A plugin for recording/exporting the output of Web Audio API nodes

Results 106 Recorderjs issues
Sort by recently updated
recently updated
newest added

hi, recently we want to add your lib to https://cdnjs.com, could you please add git tag with a version number so that we can add your lib to cdnjs with...

I have included the JS files in this order: `record.js, Fr.voice.js, jquery.js, record.js` The voice recording is working fine in chrome but not in Firefox. It is giving "this.recorder is...

I fix this bug Before call this record method, call the resume firs. like this: `audio_context.resume(); recorder.record();` _Originally posted by @hlbf1314 in https://github.com/mattdiamond/Recorderjs/issues/193#issuecomment-449815743_

I'm using Recorderjs in react app everything is working fine but when I switch website to https I got this message **Uncaught ReferenceError: s is not defined** `var e=0,t=[],a=void 0,n=void...

I am using recorder.js to upload user's audio files on our server. This is working in chrome and firefox both..But our audio file will be around 1 minute and for...

The URL is no longer needed as it gets downloaded the second the click event is dispatched.

[Use `navigator.mediaDevices.getUserMedia` instead](https://developer.mozilla.org/en-US/docs/Web/API/Navigator/getUserMedia).

Is it any way to send as post form to a php to save it in a server the recording?

Hi I have implemented and everything is working fine, But i am not able to restrict the audio recording for 5minutes is there any way to restrict that I am...