Mercurial > hg > aimc
comparison trunk/experiments/scripts/master.sh @ 341:91ece8a37834
- AWS changes (part 3)
author | tomwalters |
---|---|
date | Wed, 11 Aug 2010 09:11:07 +0000 |
parents | 118053b87f53 |
children | d8255e3cc139 |
comparison
equal
deleted
inserted
replaced
340:118053b87f53 | 341:91ece8a37834 |
---|---|
34 tar -x -C $SOUNDS_ROOT -f $SYLLABLES_DATABASE_TAR | 34 tar -x -C $SOUNDS_ROOT -f $SYLLABLES_DATABASE_TAR |
35 touch $SOUNDS_ROOT/.untar_db_success | 35 touch $SOUNDS_ROOT/.untar_db_success |
36 fi | 36 fi |
37 | 37 |
38 # Convert the database to .WAV format and place it in $SOUNDS_ROOT/clean | 38 # Convert the database to .WAV format and place it in $SOUNDS_ROOT/clean |
39 ./cnbh-syllables/feature_generation/convert_flac_to_wave.sh $SOUNDS_ROOT | 39 ./cnbh-syllables/feature_generation/convert_flac_to_wav.sh $SOUNDS_ROOT |
40 | 40 |
41 # Generate versions of the CNBH syllables spoke pattern with a range of | 41 # Generate versions of the CNBH syllables spoke pattern with a range of |
42 # signal-to-noise ratios (SNRs). The versions are put in the directory | 42 # signal-to-noise ratios (SNRs). The versions are put in the directory |
43 # ${SOUNDS_ROOT}/${SNR}_dB/ for each SNR in $SNRS. | 43 # ${SOUNDS_ROOT}/${SNR}_dB/ for each SNR in $SNRS. |
44 SNRS="30 27 24 21 18 15 12 9 6 3 0" | 44 SNRS="30 27 24 21 18 15 12 9 6 3 0" |