Releases: dtreskunov/tiny-kaldi
Releases · dtreskunov/tiny-kaldi
0.3.1.2
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 invoid SetAllowDownsample(bool val)
- allow down-sampling in case input sample rate is too highvoid SetAllowUpsample(bool val)
- allow up-sampling in case input sample rate is too low
- microphone example (test_microphone.py)
0.3.2_dtreskunov
Python wheels for Windows.
Tested on Python 3.8 downloaded from Python.org (Windows x86-64 executable installer)
0.3.1_dtreskunov
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).