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.
1 parent 1dcdf80 commit 6f56512Copy full SHA for 6f56512
src/feat/mel-computations.h
@@ -63,7 +63,7 @@ struct MelBanksOptions {
63
opts->Register("low-freq", &low_freq,
64
"Low cutoff frequency for mel bins");
65
opts->Register("high-freq", &high_freq,
66
- "High cutoff frequency for mel bins (if < 0, offset from Nyquist)");
+ "High cutoff frequency for mel bins (if <= 0, offset from Nyquist)");
67
opts->Register("vtln-low", &vtln_low,
68
"Low inflection point in piecewise linear VTLN warping function");
69
opts->Register("vtln-high", &vtln_high,
0 commit comments