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

Audio / Voice Recorder for ReactJS using Web Audio API

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

Add support for react 18

There should be an error handling function, to make it easier, to make the error more clear to the user

I'm using this library to record a few phrases. After recording some phrases it records audio in a distorted way. On listening to that audio, they happen to occur distorted...

Hey guys! :wave: I'd like to give this package a try in my current project. However, I am using React 17 right now, and `audio-react-recorder` requires 16.x.x. Can we add...

Hey, sometimes ( but not every time ), when I start the recorder, it throws this error: TypeError: self.context.close is not a function ScriptProcessorNode._this.recorder.onaudioprocess src/index.js:164 > 161 | self.stream.getTracks().forEach(function (track)...

I have tried countless times with different settings but it's not showing anything in canvas when I open it in firefox but working in other browsers.

Getting this issue when I deployed my code in the Linux server, in local it's working fine...!!! index.modern.js:92 Uncaught (in promise) TypeError: Failed to execute 'createMediaStreamSource' on 'AudioContext': parameter 1...

Get TypeError: Cannot read properties of null (reading 'getAudioTracks') Works fine on Windows ![image](https://user-images.githubusercontent.com/7870876/133504145-703e349a-4eb7-4baf-b4c1-8d55c0c477c9.png)

Hey there Is there a way to change the file to a Audio/wav mono 1 channel in 44,100 bitrate ? Thanks in advance !

There is a demo of this library on NPM. I tested it on both my Android phone and my roommate's phone. In both cases, it breaks. When pressing the "record"...