From 4a765450ea17dd6ce7183a9409b830c0309e92a0 Mon Sep 17 00:00:00 2001 From: jinzr <60612200+JinZr@users.noreply.github.com> Date: Sat, 23 Sep 2023 20:41:22 +0800 Subject: [PATCH] Update prepare.sh --- egs/libricss/SURT/prepare.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/egs/libricss/SURT/prepare.sh b/egs/libricss/SURT/prepare.sh index 788e4ea20..cee0feb3b 100755 --- a/egs/libricss/SURT/prepare.sh +++ b/egs/libricss/SURT/prepare.sh @@ -93,8 +93,8 @@ if [ $stage -le 1 ] && [ $stop_stage -ge 1 ]; then log "This recipe uses mfa alignment for trimming" if [ ! -d $dl_dir/libri_alignments/LibriSpeech ]; then log "No alignment provided. please refer to ../../librispeech/ASR/add_alignments.sh \n \ - for mfa alignments. Once you have downloaded the .zip file containing all alignments, \n \ - it should be unzipped, renamed to libri_alignments and moved to your $dl_dir ." + for mfa alignments. Once you have downloaded and unzipped the .zip file containing \n \ + all alignments, the folder should be renamed to libri_alignments and moved to your $dl_dir ." exit 0 fi