Related pages

Wednesday, January 30, 2008

HTK installation

HTK-Installation on Windows:

System Requirements:-

Hardware: Audio Devises & capability to record voice.

Software: Active Perl, Visual C++, WinZip

Steps for HTK-Installation

1. Unzip the downloaded HTK file from htk website.
· Open a DOS command window
· cd into the htk directory
cd htk

2.Next we create a directory for the library and tools.
mkdir bin.win32
· Run VCVARS32

3. To build the library following commands are executed
cd HTKLib
nmake /f htk_htklib_nt.mkf all
cd ..

4. HTK tool is built by invoking
cd HTKTools
nmake /f htk_htktools_nt.mkf all
cd ..
cd HLMLib
nmake /f htk_hlmlib_nt.mkf all
cd ..
cd HLMTools
nmake /f htk_hlmtools_nt.mkf all
cd ..

5. Finally add HTK/bin.win32 folder to the path of the system.

6.Restart the computer to make the changes effective.

7.Our HTK installation is complete & its binaries can be used from Dos prompt.

No comments: