Add changelog for #4202

This commit is contained in:
Mark Backman
2026-03-30 14:16:21 -04:00
parent 3f4814cf84
commit 465b9bcbc6

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.