From 5bbdcb2e2c88e6fa828566dfb4182613a65f6911 Mon Sep 17 00:00:00 2001
From: 游雁 <zhifu.gzf@alibaba-inc.com>
Date: 星期三, 10 五月 2023 15:42:24 +0800
Subject: [PATCH] online demo
---
funasr/runtime/onnxruntime/src/vad-model.cpp | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/funasr/runtime/onnxruntime/src/vad-model.cpp b/funasr/runtime/onnxruntime/src/vad-model.cpp
index 0a0ec84..764db00 100644
--- a/funasr/runtime/onnxruntime/src/vad-model.cpp
+++ b/funasr/runtime/onnxruntime/src/vad-model.cpp
@@ -1,5 +1,6 @@
#include "precomp.h"
+namespace funasr {
VadModel *CreateVadModel(std::map<std::string, std::string>& model_path, int thread_num)
{
VadModel *mm;
@@ -19,3 +20,5 @@
mm->InitVad(vad_model_path, vad_cmvn_path, vad_config_path, thread_num);
return mm;
}
+
+} // namespace funasr
\ No newline at end of file
--
Gitblit v1.9.1