Mercurial > hg > aimc
comparison scripts/HTKAimfeat.sh @ 29:5e888fbaaa80
-Script updates for EC2
author | tomwalters |
---|---|
date | Wed, 24 Feb 2010 14:49:35 +0000 |
parents | 30a5acc043e7 |
children | 5b1586a234f1 |
comparison
equal
deleted
inserted
replaced
28:30a5acc043e7 | 29:5e888fbaaa80 |
---|---|
41 # Set to true / 1 to enable MFCC features rather than AIM features | 41 # Set to true / 1 to enable MFCC features rather than AIM features |
42 # (leave blank for AIM features) | 42 # (leave blank for AIM features) |
43 MFCC_FEATURES= | 43 MFCC_FEATURES= |
44 | 44 |
45 # Source directory for all the sound files | 45 # Source directory for all the sound files |
46 SOUND_SOURCE="Sounds" | 46 SOUND_SOURCE="/media/sound-database/cnbh-sounds" |
47 | 47 |
48 # Location of the AIMCopy binary if not in the path | 48 # Location of the AIMCopy binary if not in the path |
49 AIMCOPY_PREFIX="/Users/Tom/Documents/Work/AIM/AIM-C/aimc/trunk/build/darwin-release/" | 49 AIMCOPY_PREFIX="./aimc-read-only/build/posix-release/" |
50 | 50 |
51 # Location of HTK binaries if not in the path | 51 # Location of HTK binaries if not in the path |
52 HTK_PREFIX="" | 52 HTK_PREFIX="/media/sound-database/htk/bin/" |
53 | 53 |
54 # Names of various internal files and directories. | 54 # Names of various internal files and directories. |
55 # Rename here if you don't like them for some reason. | 55 # Rename here if you don't like them for some reason. |
56 SYLLIST=syls | 56 SYLLIST=syls |
57 SYLLIST_COMPLETE=syllist | 57 SYLLIST_COMPLETE=syllist |