zhaomingwork
2023-04-28 fed77a4f85bbe173064bee3932ca343af911836f
del some not use codes
1个文件已修改
3 ■■■■ 已修改文件
funasr/runtime/websocket/websocketmain.cpp 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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;