fix: VAD was chopping utterances mid-sentence (rms_threshold 800 too strict, trailing_silence 350ms too short) causing garbled ASR on real calls
deploy / deploy (push) Failing after 7s

This commit is contained in:
a.arystanbek
2026-08-31 05:33:13 +00:00
parent 5c12bca29b
commit f7d65c3070
+2 -2
View File
@@ -56,9 +56,9 @@ AI_VOICE_V2_STREAMING_ASR_DEVICE=cpu
AI_VOICE_V2_STREAMING_ASR_CACHE_DIR=/models/faster_whisper
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_RMS_THRESHOLD=300
AI_VOICE_VAD_MIN_SPEECH_MS=300
AI_VOICE_VAD_TRAILING_SILENCE_MS=350
AI_VOICE_VAD_TRAILING_SILENCE_MS=700
AI_VOICE_NO_SPEECH_REPROMPT_ENABLED=1