diff --git a/egs/librispeech/ASR/.prepare_vox.sh.swp b/egs/librispeech/ASR/.prepare_vox.sh.swp index f99f6325a..04a1b414b 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/.prepare_vox_text.py.swp b/egs/librispeech/ASR/local/.prepare_vox_text.py.swp index ff4efaca0..71fa11262 100644 Binary files a/egs/librispeech/ASR/local/.prepare_vox_text.py.swp and b/egs/librispeech/ASR/local/.prepare_vox_text.py.swp differ diff --git a/egs/librispeech/ASR/prepare_vox.sh b/egs/librispeech/ASR/prepare_vox.sh index d1580a544..648ddc5c9 100755 --- a/egs/librispeech/ASR/prepare_vox.sh +++ b/egs/librispeech/ASR/prepare_vox.sh @@ -88,7 +88,9 @@ if [ $stage -le 1 ] && [ $stop_stage -ge 1 ]; then # log "Resampling $dset done" #done for dest in "test-clean" "test-other"; do - python local/prepare_vox_text.py $dl_dir/$dest + for spk in $dl_dir/$dest/*; do + python local/prepare_vox_text.py $dl_dir/$dest/$spk + done done #touch $dl_dir/vox/.vox.done fi