From 9d7dcea38dbf794b8099ab62bf6444a30d910886 Mon Sep 17 00:00:00 2001
From: 游雁 <zhifu.gzf@alibaba-inc.com>
Date: 星期三, 05 七月 2023 10:48:54 +0800
Subject: [PATCH] rename wss
---
funasr/runtime/python/websocket/funasr_wss_client.py | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/funasr/runtime/python/websocket/wss_client_asr.py b/funasr/runtime/python/websocket/funasr_wss_client.py
similarity index 98%
rename from funasr/runtime/python/websocket/wss_client_asr.py
rename to funasr/runtime/python/websocket/funasr_wss_client.py
index 2b3f875..fc4d516 100644
--- a/funasr/runtime/python/websocket/wss_client_asr.py
+++ b/funasr/runtime/python/websocket/funasr_wss_client.py
@@ -199,12 +199,12 @@
if meg["mode"] == "online":
text_print += "{}".format(text)
text_print = text_print[-args.words_max_print:]
- os.system('clear')
+ # os.system('clear')
print("\rpid" + str(id) + ": " + text_print)
elif meg["mode"] == "offline":
text_print += "{}".format(text)
text_print = text_print[-args.words_max_print:]
- os.system('clear')
+ # os.system('clear')
print("\rpid" + str(id) + ": " + text_print)
offline_msg_done=True
else:
@@ -216,7 +216,7 @@
text_print = text_print_2pass_offline + "{}".format(text)
text_print_2pass_offline += "{}".format(text)
text_print = text_print[-args.words_max_print:]
- os.system('clear')
+ # os.system('clear')
print("\rpid" + str(id) + ": " + text_print)
offline_msg_done=True
--
Gitblit v1.9.1