Merge pull request #3288 from pipecat-ai/mb/inworld-cleanup

Inworld TTS service clean up
This commit is contained in:
Mark Backman
2025-12-29 13:07:20 -05:00
committed by GitHub
2 changed files with 86 additions and 54 deletions

View File

@@ -0,0 +1,5 @@
- Updates to Inworld TTS services:
- Improved `InworldTTSService`'s websocket implementation to better flush and
close context to better handle long inputs.
- Improved docstrings for `InworldTTSService` and `InworldHttpTTSService`.