Fix a typo.

This commit is contained in:
Kuang Fangjun 2021-07-19 07:13:19 +08:00
parent edaa935d48
commit c9d73f289c

View File

@ -31,7 +31,7 @@ features = fbank(wave)
<td>
<pre lang="python">
opts = kaldifeat.MfccOptions();
opts.numceps = 13
opts.num_ceps = 13
mfcc = kaldifeat.Mfcc(opts)
features = mfcc(wave)
</pre>