Skip to content

Commit

Permalink
[src] Fix to compute-mfcc-feats.cc (thanks: @puneetbawa) (#3623)
Browse files Browse the repository at this point in the history
  • Loading branch information
danpovey committed Sep 29, 2019
1 parent cb1b273 commit 76b808a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/featbin/compute-mfcc-feats.cc
Expand Up @@ -78,7 +78,7 @@ int main(int argc, char *argv[]) {

Mfcc mfcc(mfcc_opts);

if (utt2spk_rspecifier != "" && vtln_map_rspecifier != "")
if (utt2spk_rspecifier != "" && vtln_map_rspecifier == "")
KALDI_ERR << ("The --utt2spk option is only needed if "
"the --vtln-map option is used.");
RandomAccessBaseFloatReaderMapped vtln_map_reader(vtln_map_rspecifier,
Expand Down

0 comments on commit 76b808a

Please sign in to comment.