minor bump

update README with example bits in config
This commit is contained in:
2025-01-24 00:49:55 +00:00
parent 5534381981
commit d95a2280c6
3 changed files with 24 additions and 28 deletions

View File

@@ -85,6 +85,7 @@ example:
```json
{
"voicemeeter": "banana",
"bits": 64,
"keybinds": {
"NVDA+alt+k": "strip_mode",
"NVDA+alt+l": "bus_mode",
@@ -120,6 +121,7 @@ example:
Would make the following changes:
- load the plugin in `banana` mode (default is potato)
- override the bits of Voicemeeter GUI to 64 (default is 32)
- change the `strip_mode` and `bus_mode` binds to `NVDA+alt+k` and `NVDA+alt+l` respectively
- change the `announce_voicemeeter_version` bind to `NVDA+shift+z`
- changes the bus assignment binds to `NVDA+control+number`