Mercurial > hg > aimc
changeset 173:5c03681da878
- AWS (part 5)
author | tomwalters |
---|---|
date | Wed, 11 Aug 2010 09:12:57 +0000 |
parents | 1c2d5edb1583 |
children | f6c0f7c9646e |
files | experiments/scripts/cnbh-syllables/feature_generation/convert_flac_to_wav.sh |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/experiments/scripts/cnbh-syllables/feature_generation/convert_flac_to_wav.sh Wed Aug 11 09:12:05 2010 +0000 +++ b/experiments/scripts/cnbh-syllables/feature_generation/convert_flac_to_wav.sh Wed Aug 11 09:12:57 2010 +0000 @@ -10,7 +10,7 @@ SOUNDS_ROOT=$1 -if [ ! -e $SOUNDS_ROOT/clean/.make_clean_wavs_success ] then +if [ ! -e $SOUNDS_ROOT/clean/.make_clean_wavs_success ] then; do mkdir -p $SOUNDS_ROOT/clean VOWELS="a e i o u" CONSONANTS="b d f g h k l m n p r s t v w x y z"