diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2024-03-26 21:29:46 -0400 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2024-03-26 21:29:46 -0400 |
commit | 99b1a804dfeee70c12556f3527ae6756cf94046d (patch) | |
tree | 6e8d42438c22e7ec02f67379b41695ac63c31552 /README.md | |
parent | 3306edc514a996a7c61986d4851c9e6cfa323fca (diff) | |
download | abaddon-portaudio-99b1a804dfeee70c12556f3527ae6756cf94046d.tar.gz abaddon-portaudio-99b1a804dfeee70c12556f3527ae6756cf94046d.zip |
add voice backends to readme
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -330,11 +330,12 @@ For example, memory_db would be set by adding `memory_db = true` under the line #### voice -| Setting | Type | Default | Description | -|--------------------------|--------|------------------------------------|---------------------------------------------------------------------------------| -| `vad` | string | rnnoise if enabled, gate otherwise | Method used for voice activity detection. Changeable in UI | -| `jitter_latency_desired` | int | 50 | Desired/Minimum latency for jitter buffer (in milliseconds) | -| `jitter_latency_maximum` | int | 200 | Maximum latency for jitter buffer before frames are discarded (in milliseconds) | +| Setting | Type | Default | Description | +|--------------------------|--------|------------------------------------|----------------------------------------------------------------------------------------------------------------------------| +| `vad` | string | rnnoise if enabled, gate otherwise | Method used for voice activity detection. Changeable in UI | +| `backends` | string | empty | Change backend priority when initializing miniaudio: `wasapi;dsound;winmm;coreaudio;sndio;audio4;oss;pulseaudio;alsa;jack` | +| `jitter_latency_desired` | int | 50 | Desired/Minimum latency for jitter buffer (in milliseconds) | +| `jitter_latency_maximum` | int | 200 | Maximum latency for jitter buffer before frames are discarded (in milliseconds) | #### windows |