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

discard doesn't work when using recorderControls. saves blob instead

Open zer0dt opened this issue 1 year ago • 4 comments

https://github.com/samhirtarif/react-audio-recorder/blob/1c5298cf29aaf9cd6415180a37ee14ca36ccba70/src/components/AudioRecordingComponent.tsx#L119

zer0dt avatar Feb 03 '24 23:02 zer0dt

+1 I am having the same issue. Please make this a priority fix since it's a critical bug.

InaaraKalani avatar Feb 19 '24 09:02 InaaraKalani

Same for me. As I understand root problem is whenever .stopRecording being called it triggers onRecordingComplete even if it's like "discard" action or something so it's impossible to "discard" recording. It's happening even in provided examples with hook. "Stop" button works properly only if you're not using useAudioRecorder hook

maxamly avatar Jul 31 '24 17:07 maxamly