bugfix
This commit is contained in:
parent
52e6386bc4
commit
902b467642
@ -103,6 +103,8 @@ class RTCLLM:
|
|||||||
|
|
||||||
async def vad_voiceend(self, peer, audio):
|
async def vad_voiceend(self, peer, audio):
|
||||||
ret = await self.feed(audio)
|
ret = await self.feed(audio)
|
||||||
|
print(f'self.feed("{audio}") return {ret}')
|
||||||
|
os.remove(audio)
|
||||||
|
|
||||||
async def auto_accept_call(self, data):
|
async def auto_accept_call(self, data):
|
||||||
opts = DictObject(iceServers=self.iceServers)
|
opts = DictObject(iceServers=self.iceServers)
|
||||||
|
Loading…
Reference in New Issue
Block a user