csukuangfj / kaldifeat

Kaldi-compatible online & offline feature extraction with PyTorch, supporting CUDA, batch processing, chunk processing, and autograd - Provide C++ & Python API
https://csukuangfj.github.io/kaldifeat
Other
186 stars 35 forks source link

Update whisper-fbank.h: correct Dim() function #88

Closed Dadoou closed 8 months ago

csukuangfj commented 9 months ago

Is it fixed to 80?

Dadoou commented 9 months ago

Is it fixed to 80?

It is fixed to 80 before I change. Whisper large-v3 use 128 so I think it should return opts_.num_mels instead.

csukuangfj commented 8 months ago

Thank you for your contribution!