mic-recorder-to-mp3
mic-recorder-to-mp3 copied to clipboard
Microphone Recorder to mp3
`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.
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...
Return audio recorded with audio/mpeg
Can be replicated using your jsfiddle or via webpack react deployment, works as expected on Chrome, records just a second of audio in Firefox.