Releases: csukuangfj/kaldifeat
Releases · csukuangfj/kaldifeat
v1.25.5
What's Changed
- Support torch 2.2.0 by @csukuangfj in #94
- Fix building wheels for torch 2.2.0. by @csukuangfj in #95
- support torch 2.2.1 by @csukuangfj in #96
- support torch 2.2.2 by @csukuangfj in #98
- Support torch 2.3.0 by @csukuangfj in #99
- support torch 2.3.1 by @csukuangfj in #100
- support torch2.4.0 by @csukuangfj in #102
- switch C++14 -> C++17, so it becomes compatible with Pytorch 2.4 by @KarelVesely84 in #103
- Update readme for how to install kaldifeat by @csukuangfj in #105
- support for torch 2.4.1 by @csukuangfj in #106
- Allow all zero rows in mel computation matrix. by @csukuangfj in #107
New Contributors
- @KarelVesely84 made their first contribution in #103
Full Changelog: v1.25.4...v1.25.5
Release v1.25.4
What's Changed
- support torch 2.1.1 by @csukuangfj in #85
- Update whisper-fbank.h: correct Dim() function by @Dadoou in #88
- Support torch 2.1.2 by @csukuangfj in #89
- update install doc by @csukuangfj in #90
New Contributors
Full Changelog: v1.25.3...v1.25.4
Release v1.25.2
What's Changed
- Fix building wheels for torch 2.1.x by @csukuangfj in #81
- Support computing features for whisper by @csukuangfj in #82
Full Changelog: v1.25.1...v1.25.2
Release v1.25.1
Fixes for GCC 13
Release v1.23
Add alternative URLs for cmake deps.
Release v1.22
Change how options are displayed (#62) * Change the way how FrameExtractionOptions is displayed * small fixes * Change the way how MelBankOptions is displayed * Change the way how SpectrogramOptions is displayed * Change the way how FbankOptions is displayed * Change the way how MfccOptions is displayed * Change the way how PlpOptions is displayed * Export num_frames * release v1.22
Release v1.21
Release v1.21
Release v1.20
Use -j4 by default for make (#58)
Release v1.19
Support building conda packages for macOS and Windows.
Release v1.18
Support make install
.
See https://github.com/csukuangfj/kaldifeat-cmake-example
about using kaldifeat in a cmake-based project with C++.