From 6174e4308d8a401924f22fb11dc70add167f1119 Mon Sep 17 00:00:00 2001
From: Lizerui9926 <110582652+Lizerui9926@users.noreply.github.com>
Date: 星期三, 29 三月 2023 17:22:34 +0800
Subject: [PATCH] Merge pull request #311 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