From acc5b9f2102c85dcd6aebc43796918cf2e7685fa Mon Sep 17 00:00:00 2001 From: padillamt Date: Thu, 24 Jul 2025 22:07:15 -0700 Subject: [PATCH] inworld: change to function that stops all processing metrics Co-authored-by: Mark Backman --- src/pipecat/services/inworld/tts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pipecat/services/inworld/tts.py b/src/pipecat/services/inworld/tts.py index c26b0b15c..68ada9720 100644 --- a/src/pipecat/services/inworld/tts.py +++ b/src/pipecat/services/inworld/tts.py @@ -400,7 +400,7 @@ class InworldTTSService(TTSService): # STEP 8: CLEANUP AND COMPLETION # ================================================================================ # Always stop metrics tracking, even if errors occurred - await self.stop_ttfb_metrics() + await self.stop_all_metrics() # Signal to pipeline that TTS generation is complete # This allows downstream processors to finalize audio processing