From e4550565f0569e8520180e0d1382fbc3843cdd60 Mon Sep 17 00:00:00 2001
From: yhliang <429259365@qq.com>
Date: 星期三, 17 五月 2023 14:21:36 +0800
Subject: [PATCH] update gen profile padding
---
funasr/runtime/onnxruntime/src/fsmn-vad.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/funasr/runtime/onnxruntime/src/fsmn-vad.h b/funasr/runtime/onnxruntime/src/fsmn-vad.h
index 7a6707c..3d183f8 100644
--- a/funasr/runtime/onnxruntime/src/fsmn-vad.h
+++ b/funasr/runtime/onnxruntime/src/fsmn-vad.h
@@ -36,7 +36,7 @@
void FbankKaldi(float sample_rate, std::vector<std::vector<float>> &vad_feats,
const std::vector<float> &waves);
- std::vector<std::vector<float>> &LfrCmvn(std::vector<std::vector<float>> &vad_feats);
+ void LfrCmvn(std::vector<std::vector<float>> &vad_feats);
void Forward(
const std::vector<std::vector<float>> &chunk_feats,
--
Gitblit v1.9.1