Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
119 changes: 0 additions & 119 deletions egs/bn_music_speech/v1/local/make_musan.py

This file was deleted.

37 changes: 0 additions & 37 deletions egs/bn_music_speech/v1/local/make_musan.sh

This file was deleted.

2 changes: 1 addition & 1 deletion egs/bn_music_speech/v1/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ vaddir=`pwd`/mfcc
local/make_bn.sh /export/corpora5/LDC/LDC97S44 \
/export/corpora/LDC/LDC97T22 data

local/make_musan.sh /export/corpora/JHU/musan data
steps/data/make_musan.sh --sampling-rate 16000 /export/corpora/JHU/musan data

steps/make_mfcc.sh --mfcc-config conf/mfcc.conf --nj 30 --cmd "$train_cmd" \
data/musan_speech exp/make_mfcc $mfccdir
Expand Down
119 changes: 0 additions & 119 deletions egs/callhome_diarization/v1/local/make_musan.py

This file was deleted.

37 changes: 0 additions & 37 deletions egs/callhome_diarization/v1/local/make_musan.sh

This file was deleted.

2 changes: 1 addition & 1 deletion egs/callhome_diarization/v2/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ if [ $stage -le 2 ]; then

# Prepare the MUSAN corpus, which consists of music, speech, and noise
# suitable for augmentation.
local/make_musan.sh /export/corpora/JHU/musan data
steps/data/make_musan.sh --sampling-rate 8000 /export/corpora/JHU/musan data

# Get the duration of the MUSAN recordings. This will be used by the
# script augment_data_dir.py.
Expand Down
Loading