diff --git a/egs/librispeech/ASR/.prepare_vox.sh.swp b/egs/librispeech/ASR/.prepare_vox.sh.swp index 384398e44..2d095694e 100644 Binary files a/egs/librispeech/ASR/.prepare_vox.sh.swp and b/egs/librispeech/ASR/.prepare_vox.sh.swp differ diff --git a/egs/librispeech/ASR/local/.compute_fbank_vox.py.swp b/egs/librispeech/ASR/local/.compute_fbank_vox.py.swp index 6e31fa072..99ce76e1b 100644 Binary files a/egs/librispeech/ASR/local/.compute_fbank_vox.py.swp and b/egs/librispeech/ASR/local/.compute_fbank_vox.py.swp differ diff --git a/egs/librispeech/ASR/prepare_vox.sh b/egs/librispeech/ASR/prepare_vox.sh index 9b83192e6..20d29e653 100755 --- a/egs/librispeech/ASR/prepare_vox.sh +++ b/egs/librispeech/ASR/prepare_vox.sh @@ -119,10 +119,12 @@ if [ $stage -le 2 ] && [ $stop_stage -ge 2 ]; then fi if [ $stage -le 3 ] && [ $stop_stage -ge 3 ]; then - log "Stage 3: Compute fbank for LJSpeech" + log "Stage 3: Compute fbank for Vox" mkdir -p data/fbank if [ ! -e data/fbank/.LJSpeech.done ]; then - ./local/compute_fbank_vox.py --data-dir $dl_dir/vox --spk-id $spk_id + for spk in $dl_dir/$dest/*; do + for spk in $dl_dir/$dest/*; do + ./local/compute_fbank_vox.py --data-dir $dl_dir/vox --spk-id $spk_id #touch data/fbank/.vox.done fi