diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2023-08-25 21:06:01 -0400 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2023-08-25 21:06:01 -0400 |
commit | 67ee13dc1e13f61f70011dfdcc32016bafb3daa6 (patch) | |
tree | e032118f9701d6f7ad6fce1543a63fa06fd11bb1 /README.md | |
parent | a05a259393ca3efdde809c5d2aeeadbac9e38ad6 (diff) | |
download | abaddon-portaudio-67ee13dc1e13f61f70011dfdcc32016bafb3daa6.tar.gz abaddon-portaudio-67ee13dc1e13f61f70011dfdcc32016bafb3daa6.zip |
update readme
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -151,6 +151,7 @@ spam filter's wrath: * [miniaudio](https://miniaud.io/) (optional, provided as submodule, required for voice) * [libopus](https://opus-codec.org/) (optional, required for voice) * [libsodium](https://doc.libsodium.org/) (optional, required for voice) +* [rnnoise](https://gitlab.xiph.org/xiph/rnnoise) (optional, provided as submodule, noise suppression and improved VAD) ### TODO: @@ -320,6 +321,12 @@ For example, memory_db would be set by adding `memory_db = true` under the line | `enabled` | boolean | true (if not on Windows) | Enable desktop notifications | | `playsound` | boolean | true | Enable notification sounds. Requires ENABLE_NOTIFICATION_SOUNDS=TRUE in CMake | +#### voice + +| Setting | Type | Default | Description | +|---------|--------|------------------------------------|------------------------------------------------------------| +| vad | string | rnnoise if enabled, gate otherwise | Method used for voice activity detection. Changeable in UI | + ### Environment variables | variable | Description | |