Merge pull request #4167 from pipecat-ai/filipi/inworld_improvements

InworldTTSService improvements.
This commit is contained in:
Filipi da Silva Fuchter
2026-03-27 11:15:14 -04:00
committed by GitHub
4 changed files with 12 additions and 31 deletions

View File

@@ -0,0 +1 @@
- Fixed an issue in `InworldTTSService` where, in cases of fast interruption, we would continue receiving audio from the previous context.

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

@@ -0,0 +1 @@
- Fixed a word timestamp interleaving issue in `InworldTTSService` when processing multiple sentences.