react-audio-recorder
react-audio-recorder copied to clipboard
discard doesn't work when using recorderControls. saves blob instead
https://github.com/samhirtarif/react-audio-recorder/blob/1c5298cf29aaf9cd6415180a37ee14ca36ccba70/src/components/AudioRecordingComponent.tsx#L119
+1 I am having the same issue. Please make this a priority fix since it's a critical bug.
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