游雁
2023-05-08 7283592ce10e1433e10944e83a95e7b3d93fec48
funasr/runtime/onnxruntime/src/commonfunc.h
@@ -6,6 +6,12 @@
    float  snippet_time;
}FUNASR_RECOG_RESULT;
typedef struct
{
    std::vector<std::vector<int>>* segments;
    float  snippet_time;
}FUNASR_VAD_RESULT;
#ifdef _WIN32
#include <codecvt>