From 72b6c3a35287ced9cd02e3c937dee5abb5970749 Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Thu, 4 Apr 2024 03:03:45 -0400 Subject: Revert "add jitter buffer for voice" This reverts commit 3306edc514a996a7c61986d4851c9e6cfa323fca. --- src/settings.hpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/settings.hpp') 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; -- cgit v1.2.3