mirror of
https://github.com/onyx-and-iris/duckypad-twitch.git
synced 2026-04-08 20:23:30 +00:00
keep audio states synced with mdirty
This commit is contained in:
@@ -58,7 +58,7 @@ def run():
|
||||
xair_config = configuration.get('xair')
|
||||
|
||||
with (
|
||||
voicemeeterlib.api('potato') as vm,
|
||||
voicemeeterlib.api('potato', mdirty=True) as vm,
|
||||
xair_api.connect('MR18', **xair_config) as mixer,
|
||||
duckypad_twitch.connect(vm=vm, mixer=mixer) as duckypad,
|
||||
):
|
||||
|
||||
Reference in New Issue
Block a user