Skip to content

Releases: pykaldi/pykaldi

v0.2.2

22 Feb 21:35
209a2e8
Compare
Choose a tag to compare

New in v0.2.2:

Updated the protobuf version from 3.5.0 to 3.19.3, fixing compiling problems on certain systems

Improved tolerance in tests

Improved installation scripts

Improved README and added path.sh, showing how to start a new project from a PyKaldi .whl file

Experimental build for Apple M1, improvements to build scripts to find Python3 include paths correctly

Known problems/limitations:

The Apple M1 Mac Os X build can't load PyKaldi's online2 symbols. Thus, online decoding doesn't work correctly on Apple Silicon currently. Batch decoding works though!

v0.2.1

21 Feb 17:36
Compare
Choose a tag to compare

New in the PyKaldi v0.2.1 release:

  • Improvements to online2 model support in PyKaldi (online2/online-nnet2-feature-pipeline.h)

  • Various improvements to the cmake build files and corrected dependencies

  • Applied patches to compile llvm5.0 with gcc>=8

  • Added support for MleDiagGmmUpdate

  • Small fixes to Kaldi's error handling