diff --git a/egs/librispeech/ASR/.prepare_vox.sh.swp b/egs/librispeech/ASR/.prepare_vox.sh.swp index eee5d19ea..f76b19077 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.py.swp b/egs/librispeech/ASR/local/.prepare_vox.py.swp index ade0d5ae9..e9d9aaff7 100644 Binary files a/egs/librispeech/ASR/local/.prepare_vox.py.swp and b/egs/librispeech/ASR/local/.prepare_vox.py.swp differ diff --git a/egs/librispeech/ASR/prepare_vox.sh b/egs/librispeech/ASR/prepare_vox.sh index 648ddc5c9..6d531bc96 100755 --- a/egs/librispeech/ASR/prepare_vox.sh +++ b/egs/librispeech/ASR/prepare_vox.sh @@ -97,7 +97,9 @@ if [ $stage -le 1 ] && [ $stop_stage -ge 1 ]; then mkdir -p data/manifests if [ ! -e data/manifests/.vox.done ]; then - python local/prepare_vox.py $dl_dir/vox $spk_id + for dest in "test-clean" "test-other"; do + for spk in $dl_dir/$dest/*; do + python local/prepare_vox.py $dl_dir/$dest/$spk $spk #touch data/manifests/.vox.done fi fi