|
DSPark 1.6.1
Header-only audio DSP framework in pure C++20 — zero dependencies
|
This is the complete list of members for dspark::ChordDetector< T >, including all inherited members.
| ChordType enum name | dspark::ChordDetector< T > | |
| getChord() const noexcept | dspark::ChordDetector< T > | inline |
| getChordName(const Result &result, char *dest, int size) noexcept | dspark::ChordDetector< T > | inlinestatic |
| getConfidenceThreshold() const noexcept | dspark::ChordDetector< T > | inline |
| prepare(const AudioSpec &spec, int windowSize=4096) | dspark::ChordDetector< T > | inline |
| processBlock(AudioBufferView< const T > buffer) noexcept | dspark::ChordDetector< T > | inline |
| pushSamples(std::span< const T > samples) noexcept | dspark::ChordDetector< T > | inline |
| reset() noexcept | dspark::ChordDetector< T > | inline |
| setConfidenceThreshold(float threshold) noexcept | dspark::ChordDetector< T > | inline |