From fadff595123f15a1e6d7770a79f74d3602e208e4 Mon Sep 17 00:00:00 2001 From: didar Date: Tue, 25 Aug 2026 16:59:00 +0500 Subject: [PATCH] feat: reduce VAD trailing silence for faster voice bot response Lower AI_VOICE_VAD_TRAILING_SILENCE_MS from 500 to 350 so the bot starts responding sooner after the caller stops speaking. Co-Authored-By: Claude Sonnet 5 --- deployment/aimaq.env.production | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/aimaq.env.production b/deployment/aimaq.env.production index 89d3f68..df05400 100644 --- a/deployment/aimaq.env.production +++ b/deployment/aimaq.env.production @@ -57,7 +57,7 @@ AI_VOICE_V2_STREAMING_ASR_SUPPORTED_LANGUAGES=ru,kk AI_VOICE_V2_STREAMING_ASR_PARTIAL_POLL_ENABLED=1 AI_VOICE_VAD_RMS_THRESHOLD=800 AI_VOICE_VAD_MIN_SPEECH_MS=300 -AI_VOICE_VAD_TRAILING_SILENCE_MS=500 +AI_VOICE_VAD_TRAILING_SILENCE_MS=350 AI_VOICE_NO_SPEECH_REPROMPT_ENABLED=1