keep audio states synced with mdirty

This commit is contained in:
Onyx and Iris
2026-01-06 02:32:42 +00:00
parent f94936777a
commit bb10786b94
2 changed files with 8 additions and 1 deletions

View File

@@ -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,
):