This commit is contained in:
Gokul Js
2025-11-20 01:36:35 +05:30
parent cc861d6b70
commit 0707141998

View File

@@ -835,7 +835,6 @@ class RimeNonJsonTTSService(InterruptibleTTSService):
# Send bare text (not JSON)
await self._get_websocket().send(text)
await self.start_tts_usage_metrics(text)
await self.flush_audio()
except Exception as e:
logger.error(f"{self} exception: {e}")