From 0d9b907b373953ba514e3c08255cb7c8c55297d2 Mon Sep 17 00:00:00 2001
From: 雾聪 <wucong.lyb@alibaba-inc.com>
Date: 星期二, 08 八月 2023 14:34:44 +0800
Subject: [PATCH] update funasr-wss-server-2pass args

---
 funasr/runtime/onnxruntime/src/commonfunc.h |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/funasr/runtime/onnxruntime/src/commonfunc.h b/funasr/runtime/onnxruntime/src/commonfunc.h
index b74c1c1..8734d6d 100644
--- a/funasr/runtime/onnxruntime/src/commonfunc.h
+++ b/funasr/runtime/onnxruntime/src/commonfunc.h
@@ -5,7 +5,8 @@
 typedef struct
 {
     std::string msg;
-    float  snippet_time;
+    std::string tpass_msg;
+    float snippet_time;
 }FUNASR_RECOG_RESULT;
 
 typedef struct

--
Gitblit v1.9.1