From 1988fe85f6d4e2d2f809e705e13d69d0b57bd0fc Mon Sep 17 00:00:00 2001
From: shixian.shi <shixian.shi@alibaba-inc.com>
Date: 星期四, 04 五月 2023 19:27:00 +0800
Subject: [PATCH] update
---
funasr/runtime/websocket/websocketmain.cpp | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/funasr/runtime/websocket/websocketmain.cpp b/funasr/runtime/websocket/websocketmain.cpp
index b8449ec..24e4269 100644
--- a/funasr/runtime/websocket/websocketmain.cpp
+++ b/funasr/runtime/websocket/websocketmain.cpp
@@ -92,7 +92,6 @@
GetValue(wav_path, WAV_PATH, model_path);
GetValue(wav_scp, WAV_SCP, model_path);
- // /funasr/runtime/onnxruntime/export/damo/speech_paraformer-large_asr_nat-zh-cn-16k-common-vocab8404-pytorch/"
std::string s_listen_ip = listen_ip.getValue();
int s_port = port.getValue();
@@ -101,7 +100,7 @@
int s_model_thread_num = model_thread_num.getValue();
- // asio::io_context io_thread; // context for network
+
asio::io_context io_decoder; // context for decoding
std::vector<std::thread> decoder_threads;
--
Gitblit v1.9.1