Blog Archive

Thursday, July 23, 2015

Installation of Kaldi on Ubuntu 14.04

vn co -r 4710 https://svn.code.sf.net/p/kaldi/code/trunk kaldi-trunk-r4710 
cd kaldi-trunk-r4710/tools 
make 
cd ../src 
./configure 
make depend 
make

===============================

Kaldi



./configure



Configuring ...
Checking OpenFST library in /home/gxl083000/tools/kaldi/kaldi_asr/kaldi/tools/openfst ...
Checking OpenFst library was patched.
Backing up kaldi.mk to kaldi.mk.bak
Doing OS specific configurations ...
On Linux: Checking for linear algebra header files ...
Using ATLAS as the linear algebra library.
Successfully configured for Debian/Ubuntu Linux [dynamic libraries] with ATLASLIBS =/usr/lib/libatlas.so.3  /usr/lib/libf77blas.so.3 /usr/lib/libcblas.so.3  /usr/lib/liblapack_atlas.so.3
Using CUDA toolkit /usr/local/cuda (nvcc compiler and runtime libraries)
Static=[false] Speex library not found: You can still build Kaldi without Speex.
exp() time: 0.004632
expf() time: 0.00583696
*** WARNING: expf() seems to be slower than exp() on your machine. This is a known bug in old versions of glibc. Please consider updating glibc. ***
*** Kaldi will be configured to use exp() instead of expf() in base/kaldi-math.h Exp() routine for single-precision floats. ***
SUCCESS



=====
Solution:
speex library is used for audio compression when doing online decoding.
THe Speex Code command line tools




#
make:
display:
...
echo Done
Done


Reference:
Reference:
1)
http://spandh.dcs.shef.ac.uk/chime_challenge/software.html

2)

No comments:

Post a Comment