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 @@ -14,6 +15,11 @@ float snippet_time; }FUNASR_VAD_RESULT; typedef struct { string msg; vector<string> arr_cache; }FUNASR_PUNC_RESULT; #ifdef _WIN32 #include <codecvt>