From 5589b4a6177a0ca6836c304a152befe87f0ddd96 Mon Sep 17 00:00:00 2001 From: haoneng.lhn <haoneng.lhn@alibaba-inc.com> Date: 星期五, 14 四月 2023 11:47:28 +0800 Subject: [PATCH] support wav_file input --- funasr/runtime/onnxruntime/src/precomp.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/funasr/runtime/onnxruntime/src/precomp.h b/funasr/runtime/onnxruntime/src/precomp.h index c9f43bf..678a3e4 100644 --- a/funasr/runtime/onnxruntime/src/precomp.h +++ b/funasr/runtime/onnxruntime/src/precomp.h @@ -46,7 +46,7 @@ #include <Audio.h> #include "Model.h" #include "paraformer_onnx.h" -#include "librapidasrapi.h" +#include "libfunasrapi.h" using namespace paraformer; -- Gitblit v1.9.1