from local

This commit is contained in:
dohe0342 2023-01-27 16:35:54 +09:00
parent ecd6a4f060
commit 151447e2f6
2 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ if [ $stage -le 1 ] && [ $stop_stage -ge 1 ]; then
# to $dl_dir/LJSpeech
if [ ! -e $dl_dir/user/.user.done ]; then
for dset in "4446"; do
log "Resampling $dset set"
log "Resampling user/$dset set"
file_list=`ls $dl_dir/user/$dset/`
for wavfile in $file_list; do
sox -v 0.9 $dl_dir/$dset/$wavfile -r 16000 -e signed-integer $dl_dir/$dset/tmp_$wavfile