Audaspace 1.5.0
A high level audio library.
|
This interface calculates dynamic filter coefficients which depend on the sampling rate for DynamicIIRFilterReaders. More...
#include <IDynamicIIRFilterCalculator.h>
Public Member Functions | |
virtual void | recalculateCoefficients (SampleRate rate, std::vector< float > &b, std::vector< float > &a)=0 |
Recalculates the filter coefficients. | |
This interface calculates dynamic filter coefficients which depend on the sampling rate for DynamicIIRFilterReaders.
|
pure virtual |
Recalculates the filter coefficients.
rate | The sample rate of the audio data. | |
[out] | b | The input filter coefficients. |
[out] | a | The output filter coefficients. |
Implemented in ButterworthCalculator, HighpassCalculator, and LowpassCalculator.