Skip to content
Snippets Groups Projects
Commit 6f565123 authored by Christoph Boeddeker's avatar Christoph Boeddeker Committed by Daniel Povey
Browse files

[src] Cosmetic change to mel computation (fix option string) (#3011)

parent 1dcdf80c
Branches
No related tags found
No related merge requests found
......@@ -63,7 +63,7 @@ struct MelBanksOptions {
opts->Register("low-freq", &low_freq,
"Low cutoff frequency for mel bins");
opts->Register("high-freq", &high_freq,
"High cutoff frequency for mel bins (if < 0, offset from Nyquist)");
"High cutoff frequency for mel bins (if <= 0, offset from Nyquist)");
opts->Register("vtln-low", &vtln_low,
"Low inflection point in piecewise linear VTLN warping function");
opts->Register("vtln-high", &vtln_high,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment