bugfix
This commit is contained in:
parent
f8012d6613
commit
b71e533e85
@ -107,9 +107,10 @@ class RTCLLM:
|
||||
self.onlineList = data.onlineList
|
||||
|
||||
async def vad_voiceend(self, peer, audio):
|
||||
ret = await self.feed(audio)
|
||||
print(f'self.feed("{audio}") return {ret}')
|
||||
os.remove(audio)
|
||||
if audio is not None:
|
||||
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)
|
||||
|
Loading…
Reference in New Issue
Block a user