feat: reduce VAD trailing silence for faster voice bot response
deploy / deploy (push) Successful in 30s

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 <noreply@anthropic.com>
This commit is contained in:
2026-08-25 16:59:00 +05:00
co-authored by Claude Sonnet 5
parent 7f03b26ef6
commit fadff59512
+1 -1
View File
@@ -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