from local

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

View File

@ -79,7 +79,7 @@ if [ $stage -le 1 ] && [ $stop_stage -ge 1 ]; then
if [ ! -e $dl_dir/user/.user.done ]; then
for dset in "4446"; do
log "Resampling $dset set"
file_list=`ls $dl_dir/$dset/`
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
mv $dl_dir/$dset/tmp_$wavfile $dl_dir/$dset/$wavfile