Mercurial > hg > aimc
changeset 344:3391418bffc8
- AS (part 6)
author | tomwalters |
---|---|
date | Wed, 11 Aug 2010 09:14:25 +0000 |
parents | eac608f3ba3f |
children | 8d4f63f9d31d |
files | trunk/experiments/scripts/cnbh-syllables/feature_generation/convert_flac_to_wav.sh |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/trunk/experiments/scripts/cnbh-syllables/feature_generation/convert_flac_to_wav.sh Wed Aug 11 09:12:57 2010 +0000 +++ b/trunk/experiments/scripts/cnbh-syllables/feature_generation/convert_flac_to_wav.sh Wed Aug 11 09:14:25 2010 +0000 @@ -10,7 +10,7 @@ SOUNDS_ROOT=$1 -if [ ! -e $SOUNDS_ROOT/clean/.make_clean_wavs_success ] then; do +if [ ! -e $SOUNDS_ROOT/clean/.make_clean_wavs_success ]; then 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" @@ -28,4 +28,4 @@ done touch $SOUNDS_ROOT/clean/.make_clean_wavs_success cd $CURRENT_DIR -done \ No newline at end of file +fi \ No newline at end of file