From 5451578ffb278490a7b0e757e941de71687856b2 Mon Sep 17 00:00:00 2001
From: zhifu gao <zhifu.gzf@alibaba-inc.com>
Date: 星期二, 25 四月 2023 14:43:30 +0800
Subject: [PATCH] Merge pull request #413 from alibaba-damo-academy/dev_sx
---
funasr/runtime/onnxruntime/src/fsmn-vad.h | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/funasr/runtime/onnxruntime/src/fsmn-vad.h b/funasr/runtime/onnxruntime/src/fsmn-vad.h
index 8744604..e8569f9 100644
--- a/funasr/runtime/onnxruntime/src/fsmn-vad.h
+++ b/funasr/runtime/onnxruntime/src/fsmn-vad.h
@@ -5,6 +5,12 @@
#include "precomp.h"
class FsmnVad {
+/**
+ * Author: Speech Lab of DAMO Academy, Alibaba Group
+ * Deep-FSMN for Large Vocabulary Continuous Speech Recognition
+ * https://arxiv.org/abs/1803.05030
+*/
+
public:
FsmnVad();
void Test();
--
Gitblit v1.9.1