lyblsgo
2023-05-08 76e3e8445a72ece8dd3eb30a129ec141c2746e8a
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>