Fixed the ordering of _maybe_pause_frame_processing call in TTSService (#4071)
* Fixing the invocation of pause_frame_processing at the correct time when receiving LLMFullResponseEndFrame and EndFrame.
This commit is contained in:
committed by
GitHub
parent
bad10177d4
commit
4aea7784c9
1
changelog/4071.fixed.md
Normal file
1
changelog/4071.fixed.md
Normal file
@@ -0,0 +1 @@
|
||||
- Fixed audio overlap and potential dropped TTS content when multiple assistant turns occur in quick succession. `TTSService` now flushes remaining text before pausing frame processing on `LLMFullResponseEndFrame`/`EndFrame`, instead of pausing first.
|
||||
Reference in New Issue
Block a user