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

Method isVoiced

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

Source from the content-addressed store, hash-verified

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

Callers 1

updateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected