From 55ee71e8959173e7979cbce5cb0aaf0983a48296 Mon Sep 17 00:00:00 2001 From: zhaomingwork <61895407+zhaomingwork@users.noreply.github.com> Date: 星期日, 20 八月 2023 14:18:52 +0800 Subject: [PATCH] add wav format for h5 and java (#875) --- funasr/runtime/onnxruntime/src/util.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/funasr/runtime/onnxruntime/src/util.h b/funasr/runtime/onnxruntime/src/util.h index 8823a32..cd3c3c9 100644 --- a/funasr/runtime/onnxruntime/src/util.h +++ b/funasr/runtime/onnxruntime/src/util.h @@ -27,5 +27,6 @@ string PathAppend(const string &p1, const string &p2); bool is_target_file(const std::string& filename, const std::string target); +std::vector<std::string> split(const std::string &s, char delim); } // namespace funasr #endif -- Gitblit v1.9.1