DSPark 1.6.1
Header-only audio DSP framework in pure C++20 — zero dependencies
Loading...
Searching...
No Matches
dspark::Convolver< T > Member List

This is the complete list of members for dspark::Convolver< T >, including all inherited members.

getBlockSize() const noexceptdspark::Convolver< T >inline
getLatency() const noexceptdspark::Convolver< T >inline
getNumPartitions() const noexceptdspark::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) noexceptdspark::Convolver< T >inline
processBlock(AudioBufferView< T > buffer) noexceptdspark::Convolver< T >inline
processInPlace(T *data, int numSamples) noexceptdspark::Convolver< T >inline
reset() noexceptdspark::Convolver< T >inline