diff --git a/egs/librispeech/ASR/.prepare_4446.sh.swp b/egs/librispeech/ASR/.prepare_4446.sh.swp index 7e4b71b20..543d55ff7 100644 Binary files a/egs/librispeech/ASR/.prepare_4446.sh.swp and b/egs/librispeech/ASR/.prepare_4446.sh.swp differ diff --git a/egs/librispeech/ASR/prepare_4446.sh b/egs/librispeech/ASR/prepare_4446.sh index 294e8079a..13652329a 100755 --- a/egs/librispeech/ASR/prepare_4446.sh +++ b/egs/librispeech/ASR/prepare_4446.sh @@ -82,7 +82,7 @@ if [ $stage -le 1 ] && [ $stop_stage -ge 1 ]; then file_list=`ls $dl_dir/vox/$dset/` for wavfile in $file_list; do sox -v 0.9 $dl_dir/vox/$dset/$wavfile -r 16000 -e signed-integer $dl_dir/vox/$dset/tmp_$wavfile - mv $dl_dir/user/$dset/tmp_$wavfile $dl_dir/user/$dset/$wavfile + mv $dl_dir/vox/$dset/tmp_$wavfile $dl_dir/vox/$dset/$wavfile done log "Resampling $dset done" done