hackingbeauty / react-mic

Record audio from a user's microphone and display a cool visualization.
https://hackingbeauty.github.io/react-mic/
450 stars 157 forks source link

React Mic: The recording red dot still shows after recording stops + Recorded audio has no sound #64

Closed ishansan38 closed 4 years ago

ishansan38 commented 5 years ago

This Issue has been raised before and the reply was to upgrade. I am using 12.4 right now but am facing the same issue. The red dot does not disappear even was stopping to record. This happens randomly. Any suggestions?

ishansan38 commented 5 years ago

Update: 'getUserMedia supported' from MicrophoneRecorder.js gets printed twice, so I am guessing, even though I am stopping it, it is not actually getting stopped. This happens randomly.

hackingbeauty commented 4 years ago

Resolved.

Morsmetus commented 4 years ago

Where is the resolved code? I still can not get rid of the red dot if I unmount the component in the middle of recording. It has to call onStop callback to stop but if record state is false it will still continue to listen to microphone.

hackingbeauty commented 4 years ago

@Morsmetus when you use Voice Record Pro to record...are you still noticing a red dot after recording has stopped?