Skip to content

Releases: dtreskunov/tiny-kaldi

0.3.1.2

17 Feb 23:09
Compare
Choose a tag to compare

Added:

  • speaker identification (test_local_speaker.py)
  • Windows binaries (let me know if they work for you!)
  • Model class:
    • int SampleFrequency() const - sample rate (e.g. 16000) that the model expects its input to be in
    • void SetAllowDownsample(bool val) - allow down-sampling in case input sample rate is too high
    • void SetAllowUpsample(bool val) - allow up-sampling in case input sample rate is too low
  • microphone example (test_microphone.py)

0.3.2_dtreskunov

17 Feb 07:39
Compare
Choose a tag to compare
0.3.2_dtreskunov Pre-release
Pre-release

Python wheels for Windows.

Tested on Python 3.8 downloaded from Python.org (Windows x86-64 executable installer)

0.3.1_dtreskunov

07 Feb 02:46
Compare
Choose a tag to compare
0.3.1_dtreskunov Pre-release
Pre-release

This release demonstrates using Travis to do fully-automated releases - see alphacep#26

It includes one additional platform, linux-armv6, which should work on Raspberry Pi Zero and other ARM hosts lacking NEON extension.

Note: to use armv6 and armv7 wheels, ensure your system has the libgfortran.so.3 library (libgfortran3 package on Debian).