| 56 | } |
| 57 | |
| 58 | void set_dct_coefficient_count(int dct_coefficient_count) { |
| 59 | CHECK(!initialized_) << "Set coefficient count before calling Initialize."; |
| 60 | dct_coefficient_count_ = dct_coefficient_count; |
| 61 | } |
| 62 | |
| 63 | private: |
| 64 | MfccMelFilterbank mel_filterbank_; |