From 62297835d97ffbef7cdc9b6f04f98d963e700c61 Mon Sep 17 00:00:00 2001 From: Onyx and Iris <75868496+onyx-and-iris@users.noreply.github.com> Date: Fri, 2 Jan 2026 18:15:47 +0000 Subject: [PATCH] upd tv routing incoming index --- duckypad_twitch/audio.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/duckypad_twitch/audio.py b/duckypad_twitch/audio.py index 289f925..e6c4ae0 100644 --- a/duckypad_twitch/audio.py +++ b/duckypad_twitch/audio.py @@ -237,7 +237,7 @@ class Audio(ILayer): vban_tv.strip[3].A1 = False vban_tv.strip[3].gain = -6 vban_tv.vban.outstream[0].on = True - vban_target.vban.instream[2].on = True + vban_target.vban.instream[3].on = True self.logger.info(f'TV audio routed to {target_name}') else: with ( @@ -247,7 +247,7 @@ class Audio(ILayer): vban_tv.strip[3].A1 = True vban_tv.strip[3].gain = 0 vban_tv.vban.outstream[0].on = False - vban_target.vban.instream[2].on = False + vban_target.vban.instream[3].on = False self.logger.info(f'TV audio routing to {target_name} disabled') def toggle_tv_audio_to_onyx(self):