You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using OBS the Daemon will constantly switch my input devices back to the Radio Mic. We need a way to disable this portion of the switching as I cannot use steamvr_utils while streaming now. Even newly added capture sources have this issue. Specifically it will automatically set my desktop capture to the Radio Mic instead of the HDMI output and changing it in pavucontrol will see it change right back the next time the daemon makes it's check
The text was updated successfully, but these errors were encountered:
The automatic switching of any audio sources can be disabled, from config_template.yaml:
change_source: true # Boolean. Automatically change the source (microphone).
Alternatively you could add 'obs' to excluded_clients_regexes, that would stop steamvr_utils from changing sinks+sources of OBS specifically. This solution would still switch the source of any other application, but ignore OBS. Both solutions should fix your problem.
All of the behavior you described is intentional as the program does not know OBS is not a game. I will add some better documentation on how my implementation audio switching works and what some unintended consequences can be.
When using OBS the Daemon will constantly switch my input devices back to the Radio Mic. We need a way to disable this portion of the switching as I cannot use steamvr_utils while streaming now. Even newly added capture sources have this issue. Specifically it will automatically set my desktop capture to the Radio Mic instead of the HDMI output and changing it in pavucontrol will see it change right back the next time the daemon makes it's check
The text was updated successfully, but these errors were encountered: