Fix spacing for CJK languages

This commit is contained in:
Mark Backman
2026-01-17 09:04:50 -05:00
parent 043403fe23
commit e22bc777d8
2 changed files with 79 additions and 15 deletions

View File

@@ -1 +1,3 @@
- Fixed `AzureTTSService` transcript formatting where punctuation appeared with extra spaces (e.g., "Hello !" instead of "Hello!"). Azure sends punctuation as separate word boundaries, which are now merged with preceding words to produce properly formatted transcripts across all languages.
- Fixed `AzureTTSService` transcript formatting issues:
- Punctuation now appears without extra spaces (e.g., "Hello!" instead of "Hello !")
- CJK languages (Chinese, Japanese, Korean) no longer have unwanted spaces between characters