|
DSPark 1.6.1
Header-only audio DSP framework in pure C++20 — zero dependencies
|
This is the complete list of members for dspark::Goertzel< T >, including all inherited members.
| checkNewResultAvailable() noexcept | dspark::Goertzel< T > | inline |
| forceCompute() noexcept | dspark::Goertzel< T > | inline |
| getBlockSize() const noexcept | dspark::Goertzel< T > | inline |
| getMagnitude() const noexcept | dspark::Goertzel< T > | inline |
| getMagnitudeDb() const noexcept | dspark::Goertzel< T > | inline |
| getPhase() const noexcept | dspark::Goertzel< T > | inline |
| getPower() const noexcept | dspark::Goertzel< T > | inline |
| getSampleRate() const noexcept | dspark::Goertzel< T > | inline |
| getTargetFrequency() const noexcept | dspark::Goertzel< T > | inline |
| prepare(double sampleRate, double targetFreqHz, int blockSize) noexcept | dspark::Goertzel< T > | inline |
| processBlock(const T *data, int numSamples) noexcept | dspark::Goertzel< T > | inline |
| pushSample(T sample) noexcept | dspark::Goertzel< T > | inline |
| reset() noexcept | dspark::Goertzel< T > | inline |