from local

This commit is contained in:
dohe0342 2023-01-27 17:07:10 +09:00
parent 8076cafdfc
commit 49ff2685dd
3 changed files with 1 additions and 0 deletions

View File

@ -81,6 +81,7 @@ 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