大幅优化语音助手

这个提交包含在:
binary-husky
2023-10-09 01:18:05 +08:00
父节点 02c270410c
当前提交 500a0cbd16
共有 3 个文件被更改,包括 162 次插入12 次删除

查看文件

@@ -35,7 +35,7 @@ class RealtimeAudioDistribution():
def read(self, uuid):
if uuid in self.data:
res = self.data.pop(uuid)
print('\r read-', len(res), '-', max(res), end='', flush=True)
# print('\r read-', len(res), '-', max(res), end='', flush=True)
else:
res = None
return res