Skip to content

Commit 6f56512

Browse files
boeddekerdanpovey
authored andcommitted
[src] Cosmetic change to mel computation (fix option string) (kaldi-asr#3011)
1 parent 1dcdf80 commit 6f56512

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/feat/mel-computations.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ struct MelBanksOptions {
6363
opts->Register("low-freq", &low_freq,
6464
"Low cutoff frequency for mel bins");
6565
opts->Register("high-freq", &high_freq,
66-
"High cutoff frequency for mel bins (if < 0, offset from Nyquist)");
66+
"High cutoff frequency for mel bins (if <= 0, offset from Nyquist)");
6767
opts->Register("vtln-low", &vtln_low,
6868
"Low inflection point in piecewise linear VTLN warping function");
6969
opts->Register("vtln-high", &vtln_high,

0 commit comments

Comments
 (0)