dimtpap / obs-pipewire-audio-capture

🔊 Audio device and application capture for OBS Studio using PipeWire
https://obsproject.com/forum/resources/pipewire-audio-capture.1458/
GNU General Public License v2.0
298 stars 9 forks source link

FEATURE REQUEST: Hide PulseAudio audio selectors when the plugin is in use #13

Closed orowith2os closed 1 year ago

orowith2os commented 1 year ago

When using the plugin, it works beautifully, although it's a bit cluttered to see PulseAudio and then PipeWIre audio selectors rather than just PipeWire. My suggestion is to hide the PulseAudio options when the plugin is in use.

Unrelated suggestion: add a note to put the plugin inside of ~/.var/app/com.obsproject.Studio/config/obs-studio/plugins/ if using the flatpak of OBS Studio.

orowith2os commented 1 year ago

I've verified that the options do not disappear if access to PulseAudio is disabled in the flatpak permissions.

dimtpap commented 1 year ago

Do you mean the PulseAudio sources in the sources list? I really can't do anything about that. Plugins can't mess around with other plugins' stuff. I will add that Flatpak note though

orowith2os commented 1 year ago

I do mean the PulseAudio sources. If they can't be hidden, I'll make a suggestion to upstream to implement this plugin by default and/or remove the PulseAudio settings at a user toggle.

dimtpap commented 1 year ago

I'm already working on it here https://github.com/obsproject/obs-studio/pull/6207