Definition at line 110 of file beat.cpp.hpp.
110 {
111
112
113
114 static constexpr float MIN_FLUX_THRESHOLD = 50.0f;
116
117
119 return false;
120 }
121
122
125 return false;
126 }
127
128
131 } else {
133 }
134
135 return true;
136}
static constexpr u32 MIN_BEAT_INTERVAL_MS
FL_DISABLE_WARNING_PUSH U constexpr common_type_t< T, U > min(T a, U b) FL_NOEXCEPT
constexpr common_type_t< T, U > max(T a, U b) FL_NOEXCEPT
References mAdaptiveThreshold, fl::max(), mConfidence, fl::min(), MIN_BEAT_INTERVAL_MS, mLastBeatTime, and mSpectralFlux.