hnluo
2023-04-13 5563b28a74d2058c1d7c0c79f816b9cc5eb5295a
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;