from local
This commit is contained in:
parent
7ddf5cd1c2
commit
ecd6a4f060
Binary file not shown.
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user