WordTTSService: make sure word timestamps are always started
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user