diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2024-03-31 21:32:41 -0400 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2024-03-31 21:32:41 -0400 |
commit | b7906eb918d0df1fa1508a77732113ca94056e4e (patch) | |
tree | fa533b611822b25924d4e2947bcf90307c6e5cff /README.md | |
parent | 1367e162c0581bdea7ec1d2129b18e70d7d43d2b (diff) | |
parent | fda687eaa8b33899648e97798a7fbcaa9edda12b (diff) | |
download | abaddon-portaudio-b7906eb918d0df1fa1508a77732113ca94056e4e.tar.gz abaddon-portaudio-b7906eb918d0df1fa1508a77732113ca94056e4e.zip |
Merge branch 'master' into stages
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -330,9 +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 | +| 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 |