fix
This commit is contained in:
@@ -835,7 +835,6 @@ class RimeNonJsonTTSService(InterruptibleTTSService):
|
|||||||
# Send bare text (not JSON)
|
# Send bare text (not JSON)
|
||||||
await self._get_websocket().send(text)
|
await self._get_websocket().send(text)
|
||||||
await self.start_tts_usage_metrics(text)
|
await self.start_tts_usage_metrics(text)
|
||||||
await self.flush_audio()
|
|
||||||
|
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
logger.error(f"{self} exception: {e}")
|
logger.error(f"{self} exception: {e}")
|
||||||
|
|||||||
Reference in New Issue
Block a user