From eb0ce5aea11fb25cc8c5e437fc59fb3e963bfa52 Mon Sep 17 00:00:00 2001 From: James Hush Date: Thu, 12 Feb 2026 12:11:25 +0800 Subject: [PATCH] Add changelog for #3722 --- changelog/3722.fixed.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changelog/3722.fixed.md diff --git a/changelog/3722.fixed.md b/changelog/3722.fixed.md new file mode 100644 index 000000000..a7291ea05 --- /dev/null +++ b/changelog/3722.fixed.md @@ -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.