mirror of
https://github.com/onyx-and-iris/voicemeeter-api-python.git
synced 2024-11-15 16:40:46 +00:00
upd readme
This commit is contained in:
parent
bf2a829d88
commit
9cd64b6db1
@ -355,8 +355,8 @@ vm.vban.outstream[0].apply(on: true, name: 'streamname', bit: 24)
|
||||
`vm.apply_config(<configname>)`
|
||||
|
||||
You may load config files in TOML format.
|
||||
Three example profiles have been included with the package. Remember to save
|
||||
current settings before loading a profile. To set one you may do:
|
||||
Three example configs have been included with the package. Remember to save
|
||||
current settings before loading a user config. To set one you may do:
|
||||
|
||||
```python
|
||||
import voicemeeterlib
|
||||
@ -364,7 +364,7 @@ with voicemeeterlib.api('banana') as vm:
|
||||
vm.apply_config('example')
|
||||
```
|
||||
|
||||
will load a config file at configs/banana/example.toml for Voicemeeter Banana.
|
||||
will load a user config file at configs/banana/example.toml for Voicemeeter Banana.
|
||||
|
||||
## `Base Module`
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user