Mercurial > hg > aimc
comparison trunk/scripts/gen_features.sh @ 312:66d5c4d2d90c
-Ec2 changes
author | tomwalters |
---|---|
date | Mon, 01 Mar 2010 19:09:27 +0000 |
parents | 91521e05b08f |
children | f8aa25bd6085 |
comparison
equal
deleted
inserted
replaced
311:02cea9301d84 | 312:66d5c4d2d90c |
---|---|
4 # | 4 # |
5 # Copyright 2009-2010 University of Cambridge | 5 # Copyright 2009-2010 University of Cambridge |
6 # Author: Thomas Walters <tom@acousticscale.org> | 6 # Author: Thomas Walters <tom@acousticscale.org> |
7 | 7 |
8 # Source directory for all the sound files | 8 # Source directory for all the sound files |
9 #SOUND_SOURCE="/Users/Tom/Documents/Work/PhD/HTk-AIM/Sounds/" | |
9 SOUND_SOURCE="/media/sounds-database/cnbh-sounds/" | 10 SOUND_SOURCE="/media/sounds-database/cnbh-sounds/" |
10 | 11 |
11 # Location of the AIMCopy binary if not in the path | 12 # Location of the AIMCopy binary if not in the path |
12 AIMCOPY_PREFIX="../build/posix-release/" | 13 AIMCOPY_PREFIX="../aimc-read-only/build/posix-release/" |
13 | 14 |
14 MACHINE_CORES=2 | 15 MACHINE_CORES=1 |
15 | 16 |
16 # Names of various internal files and directories. | 17 # Names of various internal files and directories. |
17 # Rename here if you don't like them for some reason. | 18 # Rename here if you don't like them for some reason. |
18 SYLLIST=syls | 19 SYLLIST=syls |
19 TRAIN_SPEAKERS=train_speakers | 20 TRAIN_SPEAKERS=train_speakers |