mirror of
https://github.com/onyx-and-iris/vban-cmd-python.git
synced 2025-01-18 18:40:47 +00:00
Update README.md
add config files section to readme
This commit is contained in:
parent
a585285a0f
commit
575b681445
16
README.md
16
README.md
@ -171,6 +171,22 @@ vban.strip[0].apply(mute: true, gain: 3.2, A1: true)
|
|||||||
vban.vban.outstream[0].apply(on: true, name: 'streamname', bit: 24)
|
vban.vban.outstream[0].apply(on: true, name: 'streamname', bit: 24)
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Config Files
|
||||||
|
|
||||||
|
`vban.apply_config('config')`
|
||||||
|
|
||||||
|
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:
|
||||||
|
|
||||||
|
```python
|
||||||
|
import vban_cmd
|
||||||
|
with vban_cmd.api('banana') as vban:
|
||||||
|
vban.apply_config('config')
|
||||||
|
```
|
||||||
|
|
||||||
|
will load a config file at configs/banana/config.toml for Voicemeeter Banana.
|
||||||
|
|
||||||
## `Base Module`
|
## `Base Module`
|
||||||
|
|
||||||
### VbanCmd class
|
### VbanCmd class
|
||||||
|
Loading…
Reference in New Issue
Block a user