Mercurial > hg > aimc
changeset 343:eac608f3ba3f
- AWS (part 5)
author | tomwalters |
---|---|
date | Wed, 11 Aug 2010 09:12:57 +0000 |
parents | 4ca26619a4b6 |
children | 3391418bffc8 |
files | trunk/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/trunk/experiments/scripts/cnbh-syllables/feature_generation/convert_flac_to_wav.sh Wed Aug 11 09:12:05 2010 +0000 +++ b/trunk/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"