| 28 | float getRMS() const FL_NOEXCEPT { return mSample.rms(); } |
| 29 | float getZCF() const FL_NOEXCEPT { return mSample.zcf(); } |
| 30 | u32 getTimestamp() const FL_NOEXCEPT { return mSample.timestamp(); } |
| 31 | |
| 32 | // ----- Lazy fft::FFT Computation (with shared_ptr caching + recycling) ----- |
| 33 | shared_ptr<const fft::Bins> getFFT( |
no test coverage detected