Xian Shi
2023-10-17 6b0b94bdcdb40ca42e2b65dc7ff85b88876feada
funasr/runtime/onnxruntime/include/audio.h
@@ -36,6 +36,8 @@
    bool is_final = false;
    float* data = nullptr;
    int len;
    int global_start = 0; // the start of a frame in the global time axis. in ms
    int global_end = 0;   // the end of a frame in the global time axis. in ms
};
class Audio {