|
DSPark 1.6.1
Header-only audio DSP framework in pure C++20 — zero dependencies
|
This is the complete list of members for dspark::Vibrato< T >, including all inherited members.
| getDepth() const noexcept | dspark::Vibrato< T > | inline |
| getModDepth() const noexcept | dspark::Vibrato< T > | inline |
| getModRate() const noexcept | dspark::Vibrato< T > | inline |
| getRate() const noexcept | dspark::Vibrato< T > | inline |
| getState() const | dspark::Vibrato< T > | inline |
| prepare(const AudioSpec &spec) | dspark::Vibrato< T > | inline |
| processBlock(AudioBufferView< T > buffer) noexcept | dspark::Vibrato< T > | inline |
| reset() noexcept | dspark::Vibrato< T > | inline |
| setDepth(T semitones) noexcept | dspark::Vibrato< T > | inline |
| setModDepth(T amount) noexcept | dspark::Vibrato< T > | inline |
| setModRate(T hz) noexcept | dspark::Vibrato< T > | inline |
| setRate(T hz) noexcept | dspark::Vibrato< T > | inline |
| setState(const uint8_t *data, size_t size) | dspark::Vibrato< T > | inline |