From 6f565123183f6b052f4b05b64e4ba1137ff71ccf Mon Sep 17 00:00:00 2001 From: Christoph Boeddeker Date: Wed, 30 Jan 2019 20:38:20 +0100 Subject: [PATCH] [src] Cosmetic change to mel computation (fix option string) (#3011) --- src/feat/mel-computations.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/feat/mel-computations.h b/src/feat/mel-computations.h index 5df36c8cb90..7053da54f3a 100644 --- a/src/feat/mel-computations.h +++ b/src/feat/mel-computations.h @@ -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,