hackingbeauty / react-mic

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

Fixes `onStart` being called more than once #97

Closed ryanrouleau closed 4 years ago

ryanrouleau commented 4 years ago

Fixes: https://github.com/hackingbeauty/react-mic/issues/91

Only modification is moving it up to componentDidUpdate and ensuring that record was changed before calling onStart and onStop.