|
DSPark 1.6.1
Header-only audio DSP framework in pure C++20 — zero dependencies
|
This is the complete list of members for dspark::PitchFollower< T >, including all inherited members.
| getConfidence() const noexcept | dspark::PitchFollower< T > | inline |
| getConfidenceThreshold() const noexcept | dspark::PitchFollower< T > | inline |
| getGlide() const noexcept | dspark::PitchFollower< T > | inline |
| getMaxHz() const noexcept | dspark::PitchFollower< T > | inline |
| getMinHz() const noexcept | dspark::PitchFollower< T > | inline |
| getRawHz() const noexcept | dspark::PitchFollower< T > | inline |
| getSmoothedHz() const noexcept | dspark::PitchFollower< T > | inline |
| isTracking() const noexcept | dspark::PitchFollower< T > | inline |
| prepare(const AudioSpec &spec, int windowSize=2048) | dspark::PitchFollower< T > | inline |
| processBlock(AudioBufferView< const T > buffer) noexcept | dspark::PitchFollower< T > | inline |
| pushSamples(std::span< const T > samples) noexcept | dspark::PitchFollower< T > | inline |
| reset() noexcept | dspark::PitchFollower< T > | inline |
| setConfidence(T threshold) noexcept | dspark::PitchFollower< T > | inline |
| setGlide(T msPerOctave) noexcept | dspark::PitchFollower< T > | inline |
| setRange(T minHz, T maxHz) noexcept | dspark::PitchFollower< T > | inline |