WordTTSService: make sure word timestamps are always started

This commit is contained in:
Aleix Conchillo Flaqué
2025-12-16 13:18:22 -08:00
parent afa7573834
commit ac7b06faba
9 changed files with 32 additions and 14 deletions

View File

@@ -0,0 +1,2 @@
- ⚠️ Breaking change: `WordTTSService.start_word_timestamps()` and
`WordTTSService.reset_word_timestamps()` are now async.

2
changelog/3240.fixed.md Normal file
View File

@@ -0,0 +1,2 @@
- Fixed a TTS service word-timestamp issue that could cause generated
`TTSTextFrame` instances to have an incorrect pts (`pts = -1`).