@returns most recent block's level in dBFS (≤ 0)
| 83 | |
| 84 | /// @returns most recent block's level in dBFS (≤ 0) |
| 85 | double getDBFS() const FL_NOEXCEPT { return mCurrentDbfs; } |
| 86 | |
| 87 | /// @returns calibrated estimate in dB SPL |
| 88 | double getSPL() const FL_NOEXCEPT { return mCurrentSpl; } |
no outgoing calls
no test coverage detected