From d953c201bd857ed030ed508c27af676406557313 Mon Sep 17 00:00:00 2001 From: filipi87 Date: Wed, 22 Apr 2026 10:24:21 -0300 Subject: [PATCH] Adding changelog entry to the fix. --- changelog/4323.fixed.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/4323.fixed.md diff --git a/changelog/4323.fixed.md b/changelog/4323.fixed.md new file mode 100644 index 000000000..26929a095 --- /dev/null +++ b/changelog/4323.fixed.md @@ -0,0 +1 @@ +- Fixed whitespace handling in TTS token streaming mode. Inter-token whitespace (e.g., spaces between words) is now preserved for correct prosody, while leading whitespace before the first non-whitespace token is still stripped to avoid issues with TTS models that are sensitive to leading spaces.