|
DSPark 1.6.1
Header-only audio DSP framework in pure C++20 — zero dependencies
|
This is the complete list of members for dspark::PitchShifter< T >, including all inherited members.
| getFormantPreserve() const noexcept | dspark::PitchShifter< T > | inline |
| getLatency() const noexcept | dspark::PitchShifter< T > | inline |
| getMix() const noexcept | dspark::PitchShifter< T > | inline |
| getSemitones() const noexcept | dspark::PitchShifter< T > | inline |
| getState() const | dspark::PitchShifter< T > | inline |
| getTransientPreserve() const noexcept | dspark::PitchShifter< T > | inline |
| prepare(const AudioSpec &spec, int fftSize=2048) | dspark::PitchShifter< T > | inline |
| processBlock(AudioBufferView< T > buffer) noexcept | dspark::PitchShifter< T > | inline |
| reset() noexcept | dspark::PitchShifter< T > | inline |
| setFormantPreserve(bool enabled) noexcept | dspark::PitchShifter< T > | inline |
| setMix(T mix) noexcept | dspark::PitchShifter< T > | inline |
| setPitchRatio(T ratio) noexcept | dspark::PitchShifter< T > | inline |
| setSemitones(T st) noexcept | dspark::PitchShifter< T > | inline |
| setState(const uint8_t *data, size_t size) | dspark::PitchShifter< T > | inline |
| setTransientPreserve(bool enabled) noexcept | dspark::PitchShifter< T > | inline |