Add changelog for #4337

This commit is contained in:
Mark Backman
2026-04-20 11:58:20 -04:00
parent b59c4775da
commit 9d8eefd2a2
2 changed files with 2 additions and 0 deletions

View File

@@ -0,0 +1 @@
- `SpeechTimeoutUserTurnStopStrategy` now waits only `user_speech_timeout` when a transcript arrives without a VAD stop event, rather than `max(ttfs_p99_latency, user_speech_timeout)`. If you had `ttfs_p99_latency > user_speech_timeout`, turn detection in that path is slightly faster than before.