inworld: change to function that stops all processing metrics

Co-authored-by: Mark Backman <m.backman@gmail.com>
This commit is contained in:
padillamt
2025-07-24 22:07:15 -07:00
committed by GitHub
parent f982ace4c5
commit acc5b9f210

View File

@@ -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