Kaldifeat Versions Save

Kaldi-compatible online & offline feature extraction with PyTorch, supporting CUDA, batch processing, chunk processing, and autograd - Provide C++ & Python API

v1.16

1 year ago
  • Support windows.
  • Release the GIL for online feature extraction.

v1.15

2 years ago

Release the GIL in offline feature extration

v1.14

2 years ago

Support building on Windows.

v1.13

2 years ago

Support streaming feature extractors.

v1.12

2 years ago

Move audio data to GPU in a chunk-wise manner to avoid CUDA OOM for long utterances, i.e., those of more than 20 hours long.

v1.11

2 years ago
  • Fix chunkwise feature extraction. It was not used by a mistake and caused CUDA OOM for long utterances, i.e., those of 9 hours long.

v1.10

2 years ago

Add pickling support.

v1.9

2 years ago

v1.8

2 years ago

Add from_dict and as_dict to various Options in kaldifeat

v1.7

2 years ago

Support using kaldifeat in k2.