update example configs

update example configs
This commit is contained in:
onyx-and-iris
2022-06-16 18:58:18 +01:00
parent f84b831260
commit f21d5853bf
8 changed files with 141 additions and 97 deletions

View File

@@ -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.