Fix ttfb metrics

This commit is contained in:
Mark Backman
2024-10-28 20:27:24 -04:00
parent ca15d97383
commit 2e57d21b89

View File

@@ -293,8 +293,6 @@ class PlayHTTTSService(TTSService):
except Exception as e:
logger.error(f"{self} error generating TTS: {e}")
yield ErrorFrame(f"{self} error: {str(e)}")
finally:
await self.stop_all_metrics()
class PlayHTHttpTTSService(TTSService):