voicemeeter-api-python/configs/basic/example.toml
onyx-and-iris be2b89e3fa added support for setting bus mode through dict
bus modes added to all 3 example configs.

config unit tests added
2022-07-16 21:19:10 +01:00

26 lines
292 B
TOML

[strip-0]
label = "PhysStrip0"
A1 = true
gain = -8.8
[strip-1]
label = "PhysStrip1"
B1 = true
audibility = 3.2
[strip-2]
label = "VirtStrip0"
bass = -3.2
mid = 1.5
treble = 2.1
[bus-0]
label = "PhysBus0"
mute = true
mode = "composite"
[bus-1]
label = "VirtBus0"
mono = true
mode = "amix"