fix: AzureTTSService punctuation spacing

This commit is contained in:
Mark Backman
2026-01-17 08:17:06 -05:00
parent f7d3e63063
commit 043403fe23
2 changed files with 43 additions and 7 deletions

1
changelog/3489.fixed.md Normal file
View File

@@ -0,0 +1 @@
- 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.