| 104 | } |
| 105 | |
| 106 | shared_ptr<const fft::Bins> Context::getFFT16(fft::Mode mode, fft::Window window) { |
| 107 | return getFFT(16, fft::Args::DefaultMinFrequency(), |
| 108 | fft::Args::DefaultMaxFrequency(), mode, window); |
| 109 | } |
| 110 | |
| 111 | void Context::setFFTHistoryDepth(int depth) { |
| 112 | if (mFFTHistoryDepth != depth) { |
no outgoing calls
no test coverage detected