| 130 | float Sample::zcf() const { return mImpl->zcf(); } |
| 131 | |
| 132 | fl::u32 Sample::timestamp() const { |
| 133 | if (isValid()) { |
| 134 | return mImpl->timestamp(); |
| 135 | } |
| 136 | return 0; |
| 137 | } |
| 138 | |
| 139 | // O(1) - returns pre-computed cached value |
| 140 | float Sample::rms() const { |
no outgoing calls
no test coverage detected