From 4f93d331b7ebd96520450273b51ced7b7ac5a038 Mon Sep 17 00:00:00 2001 From: yukiobata1 Date: Wed, 31 Dec 2025 19:19:21 +0900 Subject: [PATCH] Added await to self.start_word_timestamps() --- src/pipecat/services/azure/tts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pipecat/services/azure/tts.py b/src/pipecat/services/azure/tts.py index 82d37b39f..d65f93df4 100644 --- a/src/pipecat/services/azure/tts.py +++ b/src/pipecat/services/azure/tts.py @@ -608,7 +608,7 @@ class AzureTTSService(WordTTSService): await self.stop_ttfb_metrics() # Start word timestamps only once when we receive first audio if not self._word_timestamps_started: - self.start_word_timestamps() + await self.start_word_timestamps() self._word_timestamps_started = True frame = TTSAudioRawFrame(