diff --git a/egs/librispeech/ASR/.prepare_4446.sh.swp b/egs/librispeech/ASR/.prepare_4446.sh.swp index 5f869eded..b0c8d013e 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/local/.prepare_vox.py.swp b/egs/librispeech/ASR/local/.prepare_vox.py.swp index 53be25783..abcb58418 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_4446.sh b/egs/librispeech/ASR/prepare_4446.sh index aaede85ea..b253ef9f4 100755 --- a/egs/librispeech/ASR/prepare_4446.sh +++ b/egs/librispeech/ASR/prepare_4446.sh @@ -81,7 +81,6 @@ if [ $stage -le 1 ] && [ $stop_stage -ge 1 ]; then log "Resampling vox/$dset set" file_list=`ls $dl_dir/vox/$dset/` for wavfile in $file_list; do - echo $wavfile sox -v 0.9 $dl_dir/vox/$dset/$wavfile -r 16000 -e signed-integer $dl_dir/vox/$dset/tmp_$wavfile mv $dl_dir/vox/$dset/tmp_$wavfile $dl_dir/vox/$dset/$wavfile done