Skip to content

Commit

Permalink
[src] Cosmetic change to mel computation (fix option string) (#3011)
Browse files Browse the repository at this point in the history
  • Loading branch information
boeddeker authored and danpovey committed Jan 30, 2019
1 parent 1dcdf80 commit 6f56512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/feat/mel-computations.h
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 6f56512

Please sign in to comment.