From 902b467642450b539fe397e430aea0901a6d89b7 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Mon, 9 Sep 2024 17:48:32 +0800 Subject: [PATCH] bugfix --- rtcllm/rtc.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rtcllm/rtc.py b/rtcllm/rtc.py index 5c8fccb..604d6cf 100644 --- a/rtcllm/rtc.py +++ b/rtcllm/rtc.py @@ -103,6 +103,8 @@ class RTCLLM: async def vad_voiceend(self, peer, audio): ret = await self.feed(audio) + print(f'self.feed("{audio}") return {ret}') + os.remove(audio) async def auto_accept_call(self, data): opts = DictObject(iceServers=self.iceServers)