chore: rename changelog fragment to match PR #4306

This commit is contained in:
Yan Fortin
2026-04-14 18:49:35 -04:00
parent 55fb4b0845
commit 6feeee515f

1
changelog/4306.fixed.md Normal file
View File

@@ -0,0 +1 @@
- Fixed Azure TTS last word being missed by observers and RTVI UI. The completion signal was racing with word timestamp processing, causing the final word's `TTSTextFrame` to arrive after `TTSStoppedFrame`. Completion is now routed through the word boundary queue to ensure all words are processed before signaling stream end.