This commit is contained in:
yumoqing 2024-09-09 17:48:32 +08:00
parent 52e6386bc4
commit 902b467642

View File

@ -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)