AugmendTech / CrabGrab

🦀 🖥️ 🦀
Apache License 2.0
148 stars 8 forks source link

Handle changes to the default audio device during capture. #11

Open OutOfTheVoid opened 4 months ago

OutOfTheVoid commented 4 months ago

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.