mirror of
https://github.com/onyx-and-iris/vban-cmd-python.git
synced 2026-04-18 04:53:31 +00:00
update example configs
update example configs
This commit is contained in:
@@ -173,7 +173,7 @@ vban.vban.outstream[0].apply(on: true, name: 'streamname', bit: 24)
|
||||
|
||||
## Config Files
|
||||
|
||||
`vban.apply_config('config')`
|
||||
`vban.apply_config(<configname>)`
|
||||
|
||||
You may load config files in TOML format.
|
||||
Three example profiles have been included with the package. Remember to save
|
||||
@@ -182,7 +182,7 @@ current settings before loading a profile. To set one you may do:
|
||||
```python
|
||||
import vban_cmd
|
||||
with vban_cmd.api('banana') as vban:
|
||||
vban.apply_config('config')
|
||||
vban.apply_config('example')
|
||||
```
|
||||
|
||||
will load a config file at configs/banana/config.toml for Voicemeeter Banana.
|
||||
|
||||
Reference in New Issue
Block a user