State access
| 49 | |
| 50 | // State access |
| 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; } |
no outgoing calls
no test coverage detected