Relative Content

Tag Archive for reactjsaudioelectronrecording

Electron + ReactJS audio recording input device change

I am trying to use getUserMedia() to create a react + electron recorder app. There’s a scenario when a user could change their input device while recording is ongoing and I want it to be handled. I know that there’s an event listener that can track this event. Over there I’ve tried stopping recording and starting again while keeping pushing recorded chunks to an array that later forms a recording file. Unfortunately the output file doesn’t work with this implementation. What could be a solution here?

Electron + ReactJS

I am trying to use getUserMedia() to create a react + electron recorder app. There’s a scenario when a user could change their input device while recording is ongoing and I want it to be handled. I know that there’s an event listener that can track this event. Over there I’ve tried stopping recording and starting again while keeping pushing recorded chunks to an array that later forms a recording file. Unfortunately the output file doesn’t work with this implementation. What could be a solution here?