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

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

FIRFilter()=defaultdspark::FIRFilter< T >
getLatency() const noexceptdspark::FIRFilter< T >inline
prepare(int maxTaps, int numChannels)dspark::FIRFilter< T >inline
processBlock(AudioBufferView< T > buffer) noexceptdspark::FIRFilter< T >inline
processSample(T input, int channel) noexceptdspark::FIRFilter< T >inline
reset() noexceptdspark::FIRFilter< T >inline
setCoefficients(std::span< const T > coeffs) noexceptdspark::FIRFilter< T >inline
~FIRFilter()=defaultdspark::FIRFilter< T >