From 465b9bcbc6bd1cb7ac7f22b9efe29d8fe3b27948 Mon Sep 17 00:00:00 2001 From: Mark Backman Date: Mon, 30 Mar 2026 14:16:21 -0400 Subject: [PATCH] Add changelog for #4202 --- changelog/4202.fixed.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/4202.fixed.md 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.