mirror of
https://github.com/onyx-and-iris/voicemeeter-api-powershell.git
synced 2025-01-18 13:20:47 +00:00
Update README.md
This commit is contained in:
parent
42ed3d443a
commit
44f5650b08
14
README.md
14
README.md
@ -89,9 +89,12 @@ The following strip commands are available:
|
|||||||
- A1-A5: bool
|
- A1-A5: bool
|
||||||
- B1-B3: bool
|
- B1-B3: bool
|
||||||
- limit: int, from -40 to 12
|
- limit: int, from -40 to 12
|
||||||
- gain: float, from -60 to 12
|
- gain: float, from -60.0 to 12.0
|
||||||
- comp: float, from 0 to 10
|
- comp: float, from 0.0 to 10.0
|
||||||
- gate: float, from 0 to 10
|
- gate: float, from 0.0 to 10.0
|
||||||
|
- label: string
|
||||||
|
- device: string
|
||||||
|
- sr: int
|
||||||
- gainlayer0-gainlayer7: float
|
- gainlayer0-gainlayer7: float
|
||||||
|
|
||||||
for example:
|
for example:
|
||||||
@ -114,7 +117,10 @@ The following bus commands are available:
|
|||||||
- mono: bool
|
- mono: bool
|
||||||
- eq: bool
|
- eq: bool
|
||||||
- limit: int, from -40 to 12
|
- limit: int, from -40 to 12
|
||||||
- gain: float, from -60 to 12
|
- gain: float, from -60.0 to 12.0
|
||||||
|
- label: string
|
||||||
|
- device: string
|
||||||
|
- sr: int
|
||||||
- mode\_: bool, any of the following:
|
- mode\_: bool, any of the following:
|
||||||
@('normal', 'amix', 'bmix', 'repeat', 'composite', 'tvmix', 'upmix21',
|
@('normal', 'amix', 'bmix', 'repeat', 'composite', 'tvmix', 'upmix21',
|
||||||
'upmix41', 'upmix61', 'centeronly', 'lfeonly', 'rearonly')
|
'upmix41', 'upmix61', 'centeronly', 'lfeonly', 'rearonly')
|
||||||
|
Loading…
Reference in New Issue
Block a user