diff --git a/changelog/4202.fixed.md b/changelog/4202.fixed.md new file mode 100644 index 000000000..7540f453f --- /dev/null +++ b/changelog/4202.fixed.md @@ -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.