游雁
2023-04-27 a917d7557dd2b1e5263eeba7e5e4d5a5fc02f69f
funasr/runtime/python/websocket/ASR_client.py
@@ -59,7 +59,7 @@
        voices.put(message)
        #print(voices.qsize())
        await asyncio.sleep(0.01)
        await asyncio.sleep(0.005)
# 其他函数可以通过调用send(data)来发送数据,例如:
async def record_from_scp():
@@ -116,8 +116,8 @@
                await websocket.send(data) # 通过ws对象发送数据
            except Exception as e:
                print('Exception occurred:', e)
            await asyncio.sleep(0.01)
        await asyncio.sleep(0.01)
            await asyncio.sleep(0.005)
        await asyncio.sleep(0.005)