Skip to content

Commit

Permalink
fixed a typo in prepare.sh for alimeeting recipes (#1747)
Browse files Browse the repository at this point in the history
  • Loading branch information
JinZr authored Sep 8, 2024
1 parent d4b4323 commit 559c8a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion egs/alimeeting/ASR/prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ fi
if [ $stage -le 3 ] && [ $stop_stage -ge 3 ]; then
log "Stage 3: Prepare musan manifest"
# We assume that you have downloaded the musan corpus
# to data/musan
# to $dl_dir/musan
if [ ! -f data/manifests/.musan_manifests.done ]; then
log "It may take 6 minutes"
mkdir -p data/manifests
Expand Down
2 changes: 1 addition & 1 deletion egs/alimeeting/ASR_v2/prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ fi
if [ $stage -le 2 ] && [ $stop_stage -ge 2 ]; then
log "Stage 2: Prepare musan manifest"
# We assume that you have downloaded the musan corpus
# to data/musan
# to $dl_dir/musan
mkdir -p data/manifests
lhotse prepare musan $dl_dir/musan data/manifests
fi
Expand Down

0 comments on commit 559c8a7

Please sign in to comment.