summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorouwou <26526779+ouwou@users.noreply.github.com>2024-03-31 21:32:41 -0400
committerouwou <26526779+ouwou@users.noreply.github.com>2024-03-31 21:32:41 -0400
commitb7906eb918d0df1fa1508a77732113ca94056e4e (patch)
treefa533b611822b25924d4e2947bcf90307c6e5cff /README.md
parent1367e162c0581bdea7ec1d2129b18e70d7d43d2b (diff)
parentfda687eaa8b33899648e97798a7fbcaa9edda12b (diff)
downloadabaddon-portaudio-b7906eb918d0df1fa1508a77732113ca94056e4e.tar.gz
abaddon-portaudio-b7906eb918d0df1fa1508a77732113ca94056e4e.zip
Merge branch 'master' into stages
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/README.md b/README.md
index cbbe341..349ab15 100644
--- a/README.md
+++ b/README.md
@@ -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