feat: reduce VAD trailing silence for faster voice bot response
deploy / deploy (push) Successful in 30s
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user