From 774041e9a1951f5aec84eeb89e612d797d428962 Mon Sep 17 00:00:00 2001 From: James Hush Date: Mon, 2 Feb 2026 14:47:22 +0800 Subject: [PATCH] Add changelog for PR #3617 Co-Authored-By: Claude Opus 4.5 --- changelog/3617.fixed.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changelog/3617.fixed.md diff --git a/changelog/3617.fixed.md b/changelog/3617.fixed.md new file mode 100644 index 000000000..b9739a42b --- /dev/null +++ b/changelog/3617.fixed.md @@ -0,0 +1,5 @@ +- Fixed sentence splitting for Japanese, Chinese, Korean, and other non-Latin + languages in TTS pipeline. NLTK's sentence tokenizer does not support CJK + languages, causing text to accumulate until flush instead of being split at + sentence boundaries. Added fallback detection for unambiguous non-Latin + sentence-ending punctuation (e.g., `。`, `?`, `!`).