speech_asr
2023-03-15 2cfe010d7b0f17877a271cc401e2c2f8f8d4c42c
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(); }
};