VoxForge
This Tutorial assumes you have already installed Cygwin, HTK-3.3 and Julius - if not, see this link.
You need to use HTK release 3.2.1 because there are problems with Acoustic Model Adaptation using HTK release 3.3 (see Ticket #41 for details).
HTK version 3.2.1 windows binary release (zip archive)
c:\cygwin\home\yourhomedirectory(see the Cygwin Cheat Sheet for information on Cygwin directory structures).
c:\cygwin\bin
c:\cygwin\bin\htk-3.2.1
which will contain the HTK executables.
You should not update your cygwin path to include HTK 3.2.1 binaries or libraries - this may cause conflicts with your currently installed copy of HTK3.3.
sox-winand follow the SourceForge instructions to download the Windows version of SoX.
c:\cygwin\home\yourhomedirectory(see the Cygwin Cheat Sheet for information on Cygwin directory structures).
Using Windows Explorer (you could use the Cygwin Console, but it is easier to use Windows Explorer - see Cygwin Cheat Sheet):
c:\cygwin\bin
c:\cygwin\bin\sox1282\sox1282
which will contain the SoX executables.
1. from Windows Explorer, use your favourite editor to edit:
c:/cygwin/etc/bash.bashrc
and add the following lines to the end of the file:
PATH=/sox12182/sox12182:$PATH |
2. close any open Cygwin consoles for the change to take effect
if your system lists all the options available to the sox command, then sox is installed properly.