mic-recorder-to-mp3 icon indicating copy to clipboard operation
mic-recorder-to-mp3 copied to clipboard

Microphone Recorder to mp3

Results 29 mic-recorder-to-mp3 issues
Sort by recently updated
recently updated
newest added

`getUserMedia` supports a bunch of [media track constraints](https://developer.mozilla.org/en-US/docs/Web/API/MediaTrackConstraints). Are you interested in this feature? I can submit a PR that adds this as an option.

enhancement
help wanted

I get this issue when I start recording: TypeError: Cannot read properties of undefined (reading 'getUserMedia') at index.js:15923:32 It is at this line of code: 15922 return new Promise(function (resolve,...

i am using this library to record an audio of user and also tts speech of the device but it is not recording tts voice but it is recording user's...

hello, sorry if this isn't the right place to ask this... is it possible to configure the recorder to use variable bit-rate? For longer recordings, I'd like to maintain quality...

Hi, Is it possible to make it so I could pass a MediaStream to the config too, not just the deviceId ? I intend to record from multiple sources and...

Can be replicated using your jsfiddle or via webpack react deployment, works as expected on Chrome, records just a second of audio in Firefox.