雾聪
2024-04-01 687277ae9d864f33819bc6fe33584271d48776d3
update funasrruntime
1个文件已修改
4 ■■■■ 已修改文件
runtime/onnxruntime/src/funasrruntime.cpp 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
runtime/onnxruntime/src/funasrruntime.cpp
@@ -252,7 +252,7 @@
            if (wfst_decoder){
                wfst_decoder->StartUtterance();
            }
            vector<string> msgs = (offline_stream->asr_handle)->Forward(buff, len, true, hw_emb, dec_handle);
            vector<string> msgs = (offline_stream->asr_handle)->Forward(buff, len, true, hw_emb, dec_handle, batch_in);
            for(int idx=0; idx<batch_in; idx++){
                string msg = msgs[idx];
                std::vector<std::string> msg_vec = funasr::split(msg, '|');
@@ -359,7 +359,7 @@
            if (wfst_decoder){
                wfst_decoder->StartUtterance();
            }
            vector<string> msgs = (offline_stream->asr_handle)->Forward(buff, len, true, hw_emb, dec_handle);
            vector<string> msgs = (offline_stream->asr_handle)->Forward(buff, len, true, hw_emb, dec_handle, batch_in);
            for(int idx=0; idx<batch_in; idx++){
                string msg = msgs[idx];
                std::vector<std::string> msg_vec = funasr::split(msg, '|');