Merge pull request #3334 from obata-kotobasamurai/fix/azure-tts-word-timestamp

Add word-level timestamp support to Azure TTS with race condition fix
This commit is contained in:
Mark Backman
2026-01-07 14:48:02 -05:00
committed by GitHub
2 changed files with 210 additions and 33 deletions

2
changelog/3334.added.md Normal file
View File

@@ -0,0 +1,2 @@
- Added word-level timestamp support to `AzureTTSService` for accurate text-to-audio synchronization.