mirror of
https://github.com/onyx-and-iris/voicemeeter-api-python.git
synced 2026-04-06 23:43:30 +00:00
update example configs
update example configs
This commit is contained in:
@@ -1,17 +0,0 @@
|
||||
[strip-0]
|
||||
A1 = true
|
||||
B1 = true
|
||||
mono = true
|
||||
solo = true
|
||||
mute = true
|
||||
limit = 12
|
||||
label = ""
|
||||
|
||||
[strip-1]
|
||||
A1 = false
|
||||
B1 = false
|
||||
mono = false
|
||||
solo = false
|
||||
mute = false
|
||||
limit = 12
|
||||
label = ""
|
||||
23
configs/basic/example.toml
Normal file
23
configs/basic/example.toml
Normal file
@@ -0,0 +1,23 @@
|
||||
[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
|
||||
|
||||
[bus-1]
|
||||
label = "PhysBus1"
|
||||
mono = true
|
||||
Reference in New Issue
Block a user