游雁
2023-04-14 e94fbbb42a06030e462582cf1e5f2c5e566d6fed
funasr/runtime/onnxruntime/src/paraformer_onnx.h
@@ -8,6 +8,7 @@
    class ModelImp : public Model {
    private:
        int fft_size=512;
        float *fft_input;
        fftwf_complex *fft_out;
        fftwf_plan plan;