未验证 提交 4bf526e7 编写于 作者: Y Yibing Liu 提交者: GitHub

Merge pull request #66 from lispc/develop

fix a comment in audio_featurizer.py
......@@ -112,7 +112,7 @@ class AudioFeaturizer(object):
if max_freq is None:
max_freq = sample_rate / 2
if max_freq > sample_rate / 2:
raise ValueError("max_freq must be greater than half of "
raise ValueError("max_freq must not be greater than half of "
"sample rate.")
if stride_ms > window_ms:
raise ValueError("Stride size must not be greater than "
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册