We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e2ea6f commit 84f9b8cCopy full SHA for 84f9b8c
src/online2/online-feature-pipeline.cc
@@ -48,12 +48,12 @@ OnlineFeaturePipelineConfig::OnlineFeaturePipelineConfig(
48
} // else use the defaults.
49
50
if (config.fbank_config != "") {
51
- ReadConfigFromFile(config.plp_config, &fbank_opts);
+ ReadConfigFromFile(config.fbank_config, &fbank_opts);
52
if (feature_type != "fbank")
53
KALDI_WARN << "--fbank-config option has no effect "
54
<< "since feature type is set to " << feature_type << ".";
55
56
-
+
57
add_pitch = config.add_pitch;
58
if (config.pitch_config != "") {
59
ReadConfigFromFile(config.pitch_config, &pitch_opts);
0 commit comments