DSPark 1.6.1
Header-only audio DSP framework in pure C++20 — zero dependencies
Loading...
Searching...
No Matches
dspark::PitchFollower< T > Member List

This is the complete list of members for dspark::PitchFollower< T >, including all inherited members.

getConfidence() const noexceptdspark::PitchFollower< T >inline
getConfidenceThreshold() const noexceptdspark::PitchFollower< T >inline
getGlide() const noexceptdspark::PitchFollower< T >inline
getMaxHz() const noexceptdspark::PitchFollower< T >inline
getMinHz() const noexceptdspark::PitchFollower< T >inline
getRawHz() const noexceptdspark::PitchFollower< T >inline
getSmoothedHz() const noexceptdspark::PitchFollower< T >inline
isTracking() const noexceptdspark::PitchFollower< T >inline
prepare(const AudioSpec &spec, int windowSize=2048)dspark::PitchFollower< T >inline
processBlock(AudioBufferView< const T > buffer) noexceptdspark::PitchFollower< T >inline
pushSamples(std::span< const T > samples) noexceptdspark::PitchFollower< T >inline
reset() noexceptdspark::PitchFollower< T >inline
setConfidence(T threshold) noexceptdspark::PitchFollower< T >inline
setGlide(T msPerOctave) noexceptdspark::PitchFollower< T >inline
setRange(T minHz, T maxHz) noexceptdspark::PitchFollower< T >inline