雾聪
2023-06-26 65e68a9fc719d57f425cb5aa2e884768303396f8
fix funasr-onnx-offline-rtf's log
1个文件已修改
2 ■■■ 已修改文件
funasr/runtime/onnxruntime/bin/funasr-onnx-offline-rtf.cpp 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
funasr/runtime/onnxruntime/bin/funasr-onnx-offline-rtf.cpp
@@ -59,7 +59,7 @@
        if(result){
            string msg = FunASRGetResult(result, 0);
            LOG(INFO) << "Thread: " << this_thread::get_id() << "," << wav_ids[i] << " : " << msg.c_str();
            LOG(INFO) << "Thread: " << this_thread::get_id() << "," << wav_ids[i] << " : " << msg;
            float snippet_time = FunASRGetRetSnippetTime(result);
            n_total_length += snippet_time;