游雁
2023-08-08 bffee31cf30acb63674df81953e4ea46b115b0b7
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>