mirror of
https://github.com/onyx-and-iris/voicemeeter-api-python.git
synced 2024-11-15 16:40:46 +00:00
cleanup installation section
This commit is contained in:
parent
94bace4f4d
commit
7f1a51f86d
@ -25,10 +25,6 @@ For an outline of past/future changes refer to: [CHANGELOG](CHANGELOG.md)
|
|||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
### `Pip`
|
|
||||||
|
|
||||||
Install voicemeeter-api package from your console
|
|
||||||
|
|
||||||
`pip install voicemeeter-api`
|
`pip install voicemeeter-api`
|
||||||
|
|
||||||
## `Use`
|
## `Use`
|
||||||
@ -141,7 +137,7 @@ vm.strip[3].gain = 3.7
|
|||||||
print(vm.strip[0].label)
|
print(vm.strip[0].label)
|
||||||
```
|
```
|
||||||
|
|
||||||
The following methods are Available.
|
The following methods are available.
|
||||||
|
|
||||||
- `appgain(name, value)`: string, float, from 0.0 to 1.0
|
- `appgain(name, value)`: string, float, from 0.0 to 1.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user