AugmendTech / CrabGrab

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

Support limiting audio capture to window process on windows #13

Open OutOfTheVoid opened 4 months ago

OutOfTheVoid commented 4 months ago

It's possible to restrict audio capture to a specific process with ActivateAudioDeviceAsync. We can add an option in the WindowsAudioCaptureConfigExt to restrict audio capture to the captured window, or to a specific process in the case of display capture.