summaryrefslogtreecommitdiff
path: root/src/settings.hpp
diff options
context:
space:
mode:
authorouwou <26526779+ouwou@users.noreply.github.com>2024-04-04 03:03:45 -0400
committerouwou <26526779+ouwou@users.noreply.github.com>2024-04-04 03:03:45 -0400
commit72b6c3a35287ced9cd02e3c937dee5abb5970749 (patch)
tree62ad3e336a43bb85819a902ee93fce917111aaf8 /src/settings.hpp
parentfda687eaa8b33899648e97798a7fbcaa9edda12b (diff)
downloadabaddon-portaudio-72b6c3a35287ced9cd02e3c937dee5abb5970749.tar.gz
abaddon-portaudio-72b6c3a35287ced9cd02e3c937dee5abb5970749.zip
Revert "add jitter buffer for voice"
This reverts commit 3306edc514a996a7c61986d4851c9e6cfa323fca.
Diffstat (limited to 'src/settings.hpp')
-rw-r--r--src/settings.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/settings.hpp b/src/settings.hpp
index 0b0f6e2..5805452 100644
--- a/src/settings.hpp
+++ b/src/settings.hpp
@@ -52,8 +52,6 @@ public:
// [voice]
std::string VAD;
std::string Backends;
- int JitterDesiredLatency;
- int JitterMaximumLatency;
// [windows]
bool HideConsole;