From 3c979b839144f6925b1221d1f4d6050ee050d1ad Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Sun, 23 Jul 2023 21:28:31 +0100 Subject: [PATCH] pass outbound arg directly --- 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 3f16861..b8f09e7 100644 --- a/duckypad_twitch/audio.py +++ b/duckypad_twitch/audio.py @@ -92,9 +92,9 @@ class Audio(ILayer): [onyx_conn, iris_conn] ), "expected configurations for onyx_conn, iris_conn" - with vban_cmd.api("potato", **onyx_conn) as vban: + with vban_cmd.api("potato", outbound=True, **onyx_conn) as vban: vban.strip[0].apply(params) - with vban_cmd.api("potato", **iris_conn) as vban: + with vban_cmd.api("potato", outbound=True, **iris_conn) as vban: vban.strip[0].apply(params) ENABLE_SOUNDTEST = {