Merge pull request #4202 from pipecat-ai/mb/fix-inworld-tts-streaming-utf8

Fix UTF-8 decode error in Inworld TTS streaming response
This commit is contained in:
Mark Backman
2026-03-31 15:28:37 -04:00
committed by GitHub
2 changed files with 7 additions and 6 deletions

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

@@ -0,0 +1 @@
- Fixed `InworldHttpTTSService` streaming responses crashing with `UnicodeDecodeError` when multi-byte UTF-8 characters were split across chunk boundaries. This caused TTS audio to cut off mid-sentence intermittently.