mirror of
https://github.com/onyx-and-iris/voicemeeter-rb.git
synced 2024-11-15 23:00:48 +00:00
fixes config files desc in readme
This commit is contained in:
parent
7825b58bb1
commit
2156cebeea
@ -630,7 +630,7 @@ vm.vban.outstream[0].apply(on: true, name: "streamname", bit: 24)
|
|||||||
|
|
||||||
`vm.apply_config(<configname>)`
|
`vm.apply_config(<configname>)`
|
||||||
|
|
||||||
You may load config files in TOML format.
|
You may load config files in YAML format.
|
||||||
Three example configs have been included with the package. Remember to save
|
Three example configs have been included with the package. Remember to save
|
||||||
current settings before loading a config. To set one you may do:
|
current settings before loading a config. To set one you may do:
|
||||||
|
|
||||||
@ -639,7 +639,7 @@ require "voicemeeter"
|
|||||||
Voicemeeter::Remote.new(:banana).run { |vm| vm.apply_config(:example) }
|
Voicemeeter::Remote.new(:banana).run { |vm| vm.apply_config(:example) }
|
||||||
```
|
```
|
||||||
|
|
||||||
will load a config file at mydir/configs/banana/example.toml for Voicemeeter Banana.
|
will load a config file at mydir/configs/banana/example.yml for Voicemeeter Banana.
|
||||||
|
|
||||||
## Events
|
## Events
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user