| 51 | float getPitch() const { return mCurrentPitch; } |
| 52 | float getConfidence() const { return mConfidence; } |
| 53 | bool isVoiced() const { return mIsVoiced; } // True if pitched sound detected |
| 54 | float getSmoothedPitch() const { return mSmoothedPitch; } |
| 55 | |
| 56 | // Configuration |