|
DSPark 1.6.1
Header-only audio DSP framework in pure C++20 — zero dependencies
|
This is the complete list of members for dspark::PitchDetector< T >, including all inherited members.
| getCentsOffset() const noexcept | dspark::PitchDetector< T > | inline |
| getConfidence() const noexcept | dspark::PitchDetector< T > | inline |
| getFrequencyHz() const noexcept | dspark::PitchDetector< T > | inline |
| getMidiNote() const noexcept | dspark::PitchDetector< T > | inline |
| getThreshold() const noexcept | dspark::PitchDetector< T > | inline |
| prepare(double sampleRate, int windowSize=2048, int hopSize=512) | dspark::PitchDetector< T > | inline |
| pushSamples(std::span< const T > samples) noexcept | dspark::PitchDetector< T > | inline |
| reset() noexcept | dspark::PitchDetector< T > | inline |
| setThreshold(T threshold) noexcept | dspark::PitchDetector< T > | inline |