mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
from local
This commit is contained in:
parent
9316e88b6e
commit
99efeab6b1
Binary file not shown.
@ -82,7 +82,7 @@ if [ $stage -le 1 ] && [ $stop_stage -ge 1 ]; then
|
||||
file_list=`ls $dl_dir/user/$dset/`
|
||||
for wavfile in $file_list; do
|
||||
sox -v 0.9 $dl_dir/user/$dset/$wavfile -r 16000 -e signed-integer $dl_dir/user/$dset/tmp_$wavfile
|
||||
mv $dl_dir/$dset/tmp_$wavfile $dl_dir/$dset/$wavfile
|
||||
mv $dl_dir/user/$dset/tmp_$wavfile $dl_dir/$dset/$wavfile
|
||||
done
|
||||
log "Resampling $dset done"
|
||||
done
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user