Handle changes to the default audio device during capture.
Opened this issue · 0 comments
OutOfTheVoid commented
When the default audio device changes during a capture, our current implementation doesn't change the audio device we're capturing, so our stream will go silent.
We should detect this change, and use the new default audio device for audio capture.