cpyarger / obs-midi

Use MIDI devices to trigger events in OBS and vice versa
https://obs-midi.org
GNU General Public License v2.0
170 stars 20 forks source link

Support setting source audio mixer #167

Open ghost opened 2 years ago

ghost commented 2 years ago

Scenario:

We use the multiple audio track feature of OBS (also known as mixers in the API) to route source audio to different audio devices on the computer. For example, we have an NDI source that that we put on track 2 first to set the audio level before it goes live on track 1. We would like to be able to set this track value via our MIDI controller.

2021-12-17_21-41

The obs_source_set_audio_mixers function would be used in the implementation.