Skip to content

Commit

Permalink
Also read processing options
Browse files Browse the repository at this point in the history
  • Loading branch information
nshmyrev committed Feb 17, 2022
1 parent 1f447a8 commit ad546a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/model.cc
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,8 @@ void Model::ReadDataFiles()
if (stat(pitch_conf_rxfilename_.c_str(), &buffer) == 0) {
KALDI_LOG << "Using pitch in feature pipeline";
feature_info_.add_pitch = true;
ReadConfigFromFile(pitch_conf_rxfilename_, &feature_info_.pitch_opts);
ReadConfigsFromFile(pitch_conf_rxfilename_,
&feature_info_.pitch_opts, &feature_info_.pitch_process_opts);
}

if (stat(hclg_fst_rxfilename_.c_str(), &buffer) == 0) {
Expand Down

0 comments on commit ad546a8

Please sign in to comment.