bozbez / win-capture-audio

An OBS plugin that allows capture of independant application audio streams on Windows, in a similar fashion to OBS's game capture and Discord's application streaming.
GNU General Public License v2.0
3.8k stars 209 forks source link

Exclude multiple #39

Open DeathlyBower959 opened 3 years ago

DeathlyBower959 commented 3 years ago

I suggest adding to the Capture all audio EXCEPT the selected window feature, and allow it to select multiple windows to exclude.

bozbez commented 3 years ago

Yeah indeed, but this issue here is that the exclude mode comes directly from the API so the only way to implement this is to change the feature so we enumerate and capture all audio sessions that don't match the window selection.

Will consider for v2.1.

DeathlyBower959 commented 3 years ago

All righty cool

bozbez commented 2 years ago

Now actually possible with the mixer stuff in v2.2.0-beta, needs some thought about how to implement in the UI.

DeathlyBower959 commented 2 years ago

For the UI, if possible I would make the dropdown multi select. Otherwise, I would just have a dropdown, with a plus sign to add more exclusions. Clicking the plus sign would add another dropdown to select more sources to exclude.