| 26 | const Sample& getSample() const FL_NOEXCEPT { return mSample; } |
| 27 | span<const i16> getPCM() const FL_NOEXCEPT { return mSample.pcm(); } |
| 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 |
no test coverage detected