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

@@ -245,7 +245,7 @@ class HumeTTSService(WordTTSService):
# Start TTS sequence if not already started
if not self._started:
self.start_word_timestamps()
await self.start_word_timestamps()
yield TTSStartedFrame()
self._started = True