mirror of
https://github.com/onyx-and-iris/voicemeeter-compact.git
synced 2024-11-21 20:30:56 +00:00
Update README.md
add kind_id section to readme
This commit is contained in:
parent
db32f6970c
commit
681293bfa9
@ -26,7 +26,8 @@ if __name__ == "__main__":
|
||||
kind_id = "banana"
|
||||
|
||||
# hide can be used to enable/disable the Voicemeeter GUI
|
||||
# if hidden the audio engine will still start and the app should work as normal but the main VM GUI will not display,
|
||||
# if hidden the audio engine will still start and the app should work as normal
|
||||
# but the main VM GUI will not display,
|
||||
# nor will there be an icon in the taskbar.
|
||||
voicemeeter.launch(kind_id, hide=False)
|
||||
|
||||
@ -43,6 +44,12 @@ It's important to know that only labelled strips and buses will appear in the Ch
|
||||
|
||||
If the GUI looks like the above when you first load it, then no channels are labelled. From the `menu->Profiles->Load Profile` you may load an example config. Save your current Voicemeeter settings first :).
|
||||
|
||||
### kind_id
|
||||
A *kind_id* specifies a major Voicemeeter version. This may be one of:
|
||||
- `basic`
|
||||
- `banana`
|
||||
- `potato`
|
||||
|
||||
## Config Files
|
||||
### app.toml
|
||||
Configure certain startup states for the app.
|
||||
|
Loading…
Reference in New Issue
Block a user