inworld: change to function that stops all processing metrics
Co-authored-by: Mark Backman <m.backman@gmail.com>
This commit is contained in:
@@ -400,7 +400,7 @@ class InworldTTSService(TTSService):
|
|||||||
# STEP 8: CLEANUP AND COMPLETION
|
# STEP 8: CLEANUP AND COMPLETION
|
||||||
# ================================================================================
|
# ================================================================================
|
||||||
# Always stop metrics tracking, even if errors occurred
|
# 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
|
# Signal to pipeline that TTS generation is complete
|
||||||
# This allows downstream processors to finalize audio processing
|
# This allows downstream processors to finalize audio processing
|
||||||
|
|||||||
Reference in New Issue
Block a user