Add changelog for #3722

This commit is contained in:
James Hush
2026-02-12 12:11:25 +08:00
parent 67ea485566
commit eb0ce5aea1

5
changelog/3722.fixed.md Normal file
View File

@@ -0,0 +1,5 @@
- Fixed a race condition in `SpeechTimeoutUserTurnStopStrategy` where a finalized
transcript arriving after `user_speech_timeout` elapsed from VAD stop would
immediately trigger a turn stop, even if the user was still speaking. STT
processing latency was consuming the `user_speech_timeout` window, leaving no
time for the user to resume speaking.