Skip to content

Commit

Permalink
Merge pull request #5 from mmaciej2/kaldi-diarization
Browse files Browse the repository at this point in the history
Fixed missing flag for sph2pipe in wav.scp creation
  • Loading branch information
david-ryan-snyder committed Apr 21, 2016
2 parents 8e6c19d + 850f5a5 commit f501397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion egs/callhome_diarization/v1/local/make_callhome_test.sh
Expand Up @@ -23,7 +23,7 @@ fi
mkdir -p $dir

# Create wav.scp
ls $1 | cut -f1 -d'.' | awk '{printf("%s '$sph2pipe' -f wav '$1'/%s.sph |\n", $1, $1)}' > $dir/wav.scp
ls $1 | cut -f1 -d'.' | awk '{printf("%s '$sph2pipe' -f wav -p '$1'/%s.sph |\n", $1, $1)}' > $dir/wav.scp

# Create segments, utt2spk, seg2spk, utt2num
rm -f $dir/{segments,utt2spk,seg2spk,utt2num}
Expand Down

0 comments on commit f501397

Please sign in to comment.