Awesome
note
This is the speech demo from mxnet, but for some reason, they removed this demo. I had contributed timit recipe for this demo, and make it work quite well.
I will update this demo for the latest kaldi and mxnet. currently, we use a old kaldi. we will upgraded to latest in a few day.
thanks for the original author @pluskid and @yzhang87.
Build Kaldi
Build Kaldi as shared libraties if you have not already done so.
cd kaldi/src
./configure --shared # and other options that you need
make depend
make
Build Python Wrapper
- Copy or link the attached
python_wrap
folder tokaldi/src
. - Compile python_wrap/
cd kaldi/src/python_wrap/
make
usage (simple version:timit)
- run timit recipe in Kaldi. 2 modify egs/timit/s5/global.cfg
./run.sh
every thing should be ok.