update:优化说明

This commit is contained in:
hrz
2025-02-04 18:38:15 +08:00
parent 22506019a9
commit 912cc9c48b
3 changed files with 26 additions and 10 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ async def handleTextMessage(conn, message):
elif msg_json["type"] == "listen":
if "mode" in msg_json:
conn.client_listen_mode = msg_json["mode"]
logger.info(f"客户端拾音模式:{conn.client_listen_mode}")
logger.debug(f"客户端拾音模式:{conn.client_listen_mode}")
if msg_json["state"] == "start":
conn.client_have_voice = True
conn.client_voice_stop = False