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
4d72c0b1f1
commit
1f9ffbe2d7
Binary file not shown.
@ -78,8 +78,8 @@ if [ $stage -le 1 ] && [ $stop_stage -ge 1 ]; then
|
||||
# to $dl_dir/LJSpeech
|
||||
if [ ! -e $dl_dir/vox/.user.done ]; then
|
||||
for dset in "4446"; do
|
||||
log "Resampling user/$dset set"
|
||||
file_list=`ls $dl_dir/user/$dset/`
|
||||
log "Resampling vox/$dset set"
|
||||
file_list=`ls $dl_dir/vox/$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/user/$dset/tmp_$wavfile $dl_dir/user/$dset/$wavfile
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user