speech_asr
2023-03-14 141a4737f779fcf435a0ece5434b9c73eda7d2a9
funasr/runtime/onnxruntime/include/Audio.h
@@ -51,6 +51,7 @@
    int fetch(float *&dout, int &len, int &flag);
    void padding();
    void split();
    float get_time_len();
    int get_queue_size() { return (int)frame_queue.size(); }
};