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