We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
dither
high_freq
FeatureExtractorConfig
1 parent a2650b7 commit b943341Copy full SHA for b943341
sherpa-onnx/python/csrc/features.cc
@@ -19,7 +19,7 @@ static void PybindFeatureExtractorConfig(py::module *m) {
19
.def_readwrite("feature_dim", &PyClass::feature_dim)
20
.def_readwrite("low_freq", &PyClass::low_freq)
21
.def_readwrite("high_freq", &PyClass::high_freq)
22
- .def_readwrite("dither", &PyClass::high_freq)
+ .def_readwrite("dither", &PyClass::dither)
23
.def("__str__", &PyClass::ToString);
24
}
25
0 commit comments