| 46 | } |
| 47 | |
| 48 | void set_lower_frequency_limit(double lower_frequency_limit) { |
| 49 | // CHECK(!initialized_) << "Set frequency limits before calling |
| 50 | // Initialize."; |
| 51 | lower_frequency_limit_ = lower_frequency_limit; |
| 52 | } |
| 53 | |
| 54 | void set_filterbank_channel_count(int filterbank_channel_count) { |
| 55 | /// CHECK(!initialized_) << "Set channel count before calling Initialize."; |