small fixes

This commit is contained in:
Fangjun Kuang 2023-11-08 19:33:32 +08:00
parent 667e5e12eb
commit 2fc0222abf

View File

@ -34,6 +34,7 @@ opts.device = torch.device('cuda', 0)
fbank = kaldifeat.WhisperFbank(opts)
features = fbank(wave)
</pre>
See <a href="https://github.com/csukuangfj/kaldifeat/pull/82">#82</a>
</td>
</tr>