from local

This commit is contained in:
dohe0342 2023-01-27 17:09:06 +09:00
parent ecde06c844
commit 4373bccd4a
3 changed files with 0 additions and 1 deletions

View File

@ -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