MCPcopy Create free account
hub / github.com/FastLED/FastLED / getPitch

Method getPitch

src/fl/audio/detector/pitch.h:51–51  ·  view source on GitHub ↗

State access

Source from the content-addressed store, hash-verified

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; }

Callers 2

getPitchHzMethod · 0.45
updateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected