|
|
@ -73,7 +73,7 @@ struct FeaturePipelineConfig { |
|
|
|
} |
|
|
|
|
|
|
|
void Info() const { |
|
|
|
LOG(INFO) << "feature pipeline config" |
|
|
|
google::LOG(INFO) << "feature pipeline config" |
|
|
|
<< " num_bins " << num_bins << " frame_length " << frame_length |
|
|
|
<< " frame_shift " << frame_shift << " low_freq " << low_freq |
|
|
|
<< " preemphasis " << pre_emphasis << " log_floor " << log_floor |
|
|
|