react-audio-recorder icon indicating copy to clipboard operation
react-audio-recorder copied to clipboard

A React Component using the Web Audio API to record, save, and play audio.

Results 10 react-audio-recorder issues
Sort by recently updated
recently updated
newest added

Hello, I came across your library and wanted to test drive it in my app. However, after installing and running, I got this error: ```ReferenceError: navigator is not defined Module../node_modules/react-audio-recorder/dist/getUserMedia.js...

hi Thank you onChange method dont call i want example for get blob data please help me

Audio Recording not working in Chrome Version 71.0.3578.98

The demo example provided in the Readme.md is not working. I am using Chrome 78 in the MacOs Catalina (Version 10.15.1)

I added two more props, `startRecording?: boolean, reset?: boolean,` And attached them to a didUpdate to be able to have more functionality over your package. ` componentDidUpdate() { { this.props.startRecording...

Error produces when press "Record" button on Opera `waveInterface.js:38 Uncaught (in promise) TypeError: Failed to execute 'getUserMedia' on 'MediaDevices': Illegal invocation` on Firefox `TypeError: 'getUserMedia' called on an object that...

Tested on a samsung galaxy tab a and had a lot of popping and slowness in playback in chrome. Desktop works fine.

On `[email protected]` on npm, the main file references two dist files - `dist/AudioRecorder.min.js` - `dist/AudioRecorder.js` Only the latter (without the min ext) is available on the npm package and the...

Hi, It seems that the navigator.getUserMedia function is not safe to use without prefix for mozilla. Could you change the code to use this: ``` navigator.getUserMedia = ( navigator.getUserMedia ||...

Getting this error while trying to render the component > React.createElement: type should not be null, undefined, boolean, or number. It should be a string (for DOM elements) or a...