Kaynağa Gözat

update func:FunOfflineInfer

雾聪 2 yıl önce
ebeveyn
işleme
0516425608
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      runtime/onnxruntime/src/funasrruntime.cpp

+ 1 - 1
runtime/onnxruntime/src/funasrruntime.cpp

@@ -343,7 +343,7 @@
             return p_result;
         }
 		if(offline_stream->UseVad()){
-			audio.Split(offline_stream);
+			audio.CutSplit(offline_stream);
 		}
 
 		float* buff;