Mercurial > hg > aimc
comparison trunk/scripts/HTKAimfeat.sh @ 304:e4f704f67ca6
-Typo in file path
author | tomwalters |
---|---|
date | Wed, 24 Feb 2010 15:18:00 +0000 |
parents | 403763a98382 |
children |
comparison
equal
deleted
inserted
replaced
303:403763a98382 | 304:e4f704f67ca6 |
---|---|
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="/media/sound-database/cnbh-sounds" | 46 SOUND_SOURCE="/media/sounds-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="../aimc-read-only/build/posix-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 |