| 32 | float getAverageEnergy() const { return mAverageEnergy; } |
| 33 | float getMinEnergy() const { return mMinEnergy; } |
| 34 | float getMaxEnergy() const { return mMaxEnergy; } |
| 35 | float getNormalizedRMS() const { return mNormalizedRMS; } // 0-1 range |
| 36 | |
| 37 | // Configuration |
no outgoing calls
no test coverage detected