fix sample rate of onnx input

This commit is contained in:
彭震东
2022-12-21 08:36:52 +08:00
committed by GitHub
parent 91f0aaecef
commit d90416e63e

View File

@@ -203,6 +203,7 @@ public:
_h.resize(size_hc);
_c.resize(size_hc);
sr.resize(1);
sr[0] = sample_rate;
}
};