Files
pipecat/changelog/4306.fixed.md
2026-04-14 18:49:35 -04:00

2 lines
327 B
Markdown

- 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.