diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2023-10-17 22:06:40 -0400 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2023-10-17 22:06:40 -0400 |
commit | 703995f230cc030e95f5bd023ae3c97d0987741e (patch) | |
tree | c7a530a82dce58ff95e98c6a7dd3a72603b40b24 | |
parent | 1895a8f133e070f63680eacbaffaecf192bd608b (diff) | |
download | abaddon-portaudio-703995f230cc030e95f5bd023ae3c97d0987741e.tar.gz abaddon-portaudio-703995f230cc030e95f5bd023ae3c97d0987741e.zip |
update readme, include hideconsole (#239)
-rw-r--r-- | README.md | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -324,7 +324,13 @@ For example, memory_db would be set by adding `memory_db = true` under the line | Setting | Type | Default | Description | |---------|--------|------------------------------------|------------------------------------------------------------| -| vad | string | rnnoise if enabled, gate otherwise | Method used for voice activity detection. Changeable in UI | +| `vad` | string | rnnoise if enabled, gate otherwise | Method used for voice activity detection. Changeable in UI | + +#### windows + +| Setting | Type | Default | Description | +|---------------|---------|---------|-------------------------| +| `hideconsole` | boolean | true | Hide console on startup | ### Environment variables |