From 6c1f85e456b28a580a8c4c95fcb8e1b9323bd7ac Mon Sep 17 00:00:00 2001
From: Lizerui9926 <110582652+Lizerui9926@users.noreply.github.com>
Date: 星期四, 16 三月 2023 14:46:34 +0800
Subject: [PATCH] Merge pull request #244 from alibaba-damo-academy/dev_sx

---
 funasr/runtime/onnxruntime/include/Audio.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/funasr/runtime/onnxruntime/include/Audio.h b/funasr/runtime/onnxruntime/include/Audio.h
index 8b40c4d..da5e82c 100644
--- a/funasr/runtime/onnxruntime/include/Audio.h
+++ b/funasr/runtime/onnxruntime/include/Audio.h
@@ -51,6 +51,7 @@
     int fetch(float *&dout, int &len, int &flag);
     void padding();
     void split();
+    float get_time_len();
 
     int get_queue_size() { return (int)frame_queue.size(); }
 };

--
Gitblit v1.9.1