Update prepare.sh

This commit is contained in:
jinzr 2023-12-28 11:18:36 +08:00
parent c855a58cfd
commit f38aec6f85

View File

@ -44,7 +44,7 @@ if [ $stage -le 0 ] && [ $stop_stage -ge 0 ]; then
# ln -sfv /path/to/VCTK $dl_dir/VCTK
#
if [ ! -d $dl_dir/VCTK ]; then
lhotse download vctk $dl_dir
lhotse download vctk --use-edinburgh-vctk-url true $dl_dir
fi
fi