diff experiments/scripts/master.sh @ 59:b990812568d2

- AWS scripts update (path 2)
author tomwalters
date Wed, 11 Aug 2010 09:09:38 +0000
parents 8be2b22a6593
children 5292b8a7ae4b
line wrap: on
line diff
--- a/experiments/scripts/master.sh	Wed Aug 11 08:55:29 2010 +0000
+++ b/experiments/scripts/master.sh	Wed Aug 11 09:09:38 2010 +0000
@@ -36,13 +36,13 @@
 fi
 
 # Convert the database to .WAV format and place it in $SOUNDS_ROOT/clean
-./cnbh-syllables/convert_flac_to_wave.sh $SOUNDS_ROOT
+./cnbh-syllables/feature_generation/convert_flac_to_wave.sh $SOUNDS_ROOT
 
 # Generate versions of the CNBH syllables spoke pattern with a range of
 # signal-to-noise ratios (SNRs). The versions are put in the directory
 # ${SOUNDS_ROOT}/${SNR}_dB/ for each SNR in $SNRS.
 SNRS="30 27 24 21 18 15 12 9 6 3 0"
-./cnbh-syllables/pink_noise.sh $SOUNDS_ROOT/clean/ $SNRS
+./cnbh-syllables/feature_generation/pink_noise.sh $SOUNDS_ROOT/clean/ $SNRS
 
 # Make the list of all feature drectories
 FEATURE_DIRS="clean"