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

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

getCentsOffset() const noexceptdspark::PitchDetector< T >inline
getConfidence() const noexceptdspark::PitchDetector< T >inline
getFrequencyHz() const noexceptdspark::PitchDetector< T >inline
getMidiNote() const noexceptdspark::PitchDetector< T >inline
getThreshold() const noexceptdspark::PitchDetector< T >inline
prepare(double sampleRate, int windowSize=2048, int hopSize=512)dspark::PitchDetector< T >inline
pushSamples(std::span< const T > samples) noexceptdspark::PitchDetector< T >inline
reset() noexceptdspark::PitchDetector< T >inline
setThreshold(T threshold) noexceptdspark::PitchDetector< T >inline