mirror of
https://github.com/onyx-and-iris/voicemeeter-compact.git
synced 2024-11-15 17:40:52 +00:00
Update README.md
markdown fix?
This commit is contained in:
parent
0502987880
commit
3dd6ed52ac
16
README.md
16
README.md
@ -57,22 +57,38 @@ A *kind_id* specifies a major Voicemeeter version. This may be one of:
|
|||||||
This is how your files should be organised. Wherever your `__main__.py` file is located (after install this can be any location), `config` and `profiles` directories
|
This is how your files should be organised. Wherever your `__main__.py` file is located (after install this can be any location), `config` and `profiles` directories
|
||||||
should be in the same location.
|
should be in the same location.
|
||||||
Regarding profiles, a directory for each kind should hold the profile files and in each there can be any number of config files. Example, a config for streaming, a config for general listening/movie watching or any other type of config.
|
Regarding profiles, a directory for each kind should hold the profile files and in each there can be any number of config files. Example, a config for streaming, a config for general listening/movie watching or any other type of config.
|
||||||
|
|
||||||
.
|
.
|
||||||
├── `__main__.py`
|
├── `__main__.py`
|
||||||
|
|
||||||
├── configs
|
├── configs
|
||||||
|
|
||||||
├── app.toml
|
├── app.toml
|
||||||
|
|
||||||
├── vban.toml
|
├── vban.toml
|
||||||
|
|
||||||
├── profiles
|
├── profiles
|
||||||
|
|
||||||
├── basic
|
├── basic
|
||||||
|
|
||||||
├── example.toml
|
├── example.toml
|
||||||
|
|
||||||
├── other_config.toml
|
├── other_config.toml
|
||||||
|
|
||||||
├── streaming_config.toml
|
├── streaming_config.toml
|
||||||
|
|
||||||
├── banana
|
├── banana
|
||||||
|
|
||||||
├── example.toml
|
├── example.toml
|
||||||
|
|
||||||
├── other.toml
|
├── other.toml
|
||||||
|
|
||||||
├── ...
|
├── ...
|
||||||
|
|
||||||
├── potato
|
├── potato
|
||||||
|
|
||||||
├── example.toml
|
├── example.toml
|
||||||
|
|
||||||
├── ...
|
├── ...
|
||||||
|
|
||||||
## Config Files
|
## Config Files
|
||||||
|
Loading…
Reference in New Issue
Block a user