changeset 59:b990812568d2

- AWS scripts update (path 2)
author tomwalters
date Wed, 11 Aug 2010 09:09:38 +0000
parents 8be2b22a6593
children 5292b8a7ae4b
files experiments/scripts/master.sh experiments/scripts/setup_aws_instance.sh
diffstat 2 files changed, 3 insertions(+), 3 deletions(-) [+]
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"
--- a/experiments/scripts/setup_aws_instance.sh	Wed Aug 11 08:55:29 2010 +0000
+++ b/experiments/scripts/setup_aws_instance.sh	Wed Aug 11 09:09:38 2010 +0000
@@ -9,7 +9,7 @@
 #                    ami-2fc2e95b
 
 sudo apt-get -y update
-sudo apt-get -y install subversion scons pkg-config libsndfile-dev build-essential libboost-dev libc6-dev-i386 python
+sudo apt-get -y install subversion scons pkg-config libsndfile1-dev build-essential libboost-dev libc6-dev-i386 python
 
 sudo mkdir /mnt/aimc
 sudo chown ubuntu /mnt/aimc