|
DSPark 1.6.1
Header-only audio DSP framework in pure C++20 — zero dependencies
|
This is the complete list of members for dspark::Convolver< T >, including all inherited members.
| getBlockSize() const noexcept | dspark::Convolver< T > | inline |
| getLatency() const noexcept | dspark::Convolver< T > | inline |
| getNumPartitions() const noexcept | dspark::Convolver< T > | inline |
| prepare(int blockSize, const T *irData, int irLength) | dspark::Convolver< T > | inline |
| prepare(const AudioSpec &spec, const T *irData, int irLength) | dspark::Convolver< T > | inline |
| process(const T *input, T *output, int numSamples) noexcept | dspark::Convolver< T > | inline |
| processBlock(AudioBufferView< T > buffer) noexcept | dspark::Convolver< T > | inline |
| processInPlace(T *data, int numSamples) noexcept | dspark::Convolver< T > | inline |
| reset() noexcept | dspark::Convolver< T > | inline |