bitfocus / companion-module-obs-studio

OBS Studio Module for Companion
MIT License
45 stars 28 forks source link

REQUEST - Mute Audio Track #166

Closed dvdenz closed 2 years ago

dvdenz commented 2 years ago

Hello, it would be great if possible to be able to mute the audio tracks. Many thanks image

bryce-seifert commented 2 years ago

@dvdenz You should be able to do this with either the "Set Source Mute" or "Toggle Source Mute" actions.

dvdenz commented 2 years ago

@dvdenz You should be able to do this with either the "Set Source Mute" or "Toggle Source Mute" actions.

Thanks - in this case I want to mute an entire track/output (=buss) which contains multiple sources. For example, if I have a video clip routing to tracks 1, 2, and 3. I want to mute track 2 while still having the audio routing out the other tracks, to different audio devices.

Thanks

bryce-seifert commented 2 years ago

Ah, sorry, I didn't realize this was "Audio Monitor" and not the default OBS "Audio Mixer".

Since this is an external plugin, there likely won't be support for it in the near future since the focus of the module is the core OBS features supported by obs-websocket, and there is currently no API to support this specific plugin. I would recommend reaching out to this plugin developer and requesting an API to control the plugin. If they implement an HTTP based API, you could use the "Generic HTTP Requests" to control it.