Skip to content

Commit

Permalink
[egs] updated local/musan.sh to steps/data/make_musan.sh in speaker i…
Browse files Browse the repository at this point in the history
…d scripts (#3320)
  • Loading branch information
phanisankar-nidadavolu authored and danpovey committed May 13, 2019
1 parent a861e56 commit cec8958
Show file tree
Hide file tree
Showing 21 changed files with 29 additions and 982 deletions.
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

0 comments on commit cec8958

Please sign in to comment.