# HG changeset patch # User tomwalters # Date 1281517778 0 # Node ID b990812568d28dc57d215adf9a8f3872f414ef3e # Parent 8be2b22a6593e76fa48512af1bf4d4bfcaee4a04 - AWS scripts update (path 2) diff -r 8be2b22a6593 -r b990812568d2 experiments/scripts/master.sh --- 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" diff -r 8be2b22a6593 -r b990812568d2 experiments/scripts/setup_aws_instance.sh --- 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