From 1b8419d83267954b861a86f5ba1ccc6f60fe9098 Mon Sep 17 00:00:00 2001 From: weiliang <weiliang.chong@day-care.cn> Date: 星期五, 24 三月 2023 09:25:40 +0800 Subject: [PATCH] add audio_data to buf when speeking is False for non-stream inferring --- funasr/runtime/onnxruntime/src/precomp.h | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/funasr/runtime/onnxruntime/src/precomp.h b/funasr/runtime/onnxruntime/src/precomp.h index ec0766d..358844b 100644 --- a/funasr/runtime/onnxruntime/src/precomp.h +++ b/funasr/runtime/onnxruntime/src/precomp.h @@ -41,9 +41,10 @@ #include "FeatureExtract.h" #include "FeatureQueue.h" #include "SpeechWrap.h" +#include <Audio.h> #include "Model.h" #include "paraformer_onnx.h" - +#include "librapidasrapi.h" using namespace paraformer; -- Gitblit v1.9.1