We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afc5e78 commit 226cbf7Copy full SHA for 226cbf7
egs/wsj/s5/steps/make_mfcc.sh
@@ -75,6 +75,8 @@ if [ -f $data/spk2warp ]; then
75
elif [ -f $data/utt2warp ]; then
76
echo "$0 [info]: using VTLN warp factors from $data/utt2warp"
77
vtln_opts="--vtln-map=ark:$data/utt2warp"
78
+else
79
+ vtln_opts=""
80
fi
81
82
for n in $(seq $nj); do
0 commit comments