41 std::shared_ptr<IDynamicIIRFilterCalculator> m_calculator;
50 std::shared_ptr<IDynamicIIRFilterCalculator> calculator);
#define AUD_NAMESPACE_END
Closes the audaspace namespace aud.
Definition Audaspace.h:119
#define AUD_NAMESPACE_BEGIN
Opens the audaspace namespace aud.
Definition Audaspace.h:116
#define AUD_API
Used for exporting symbols in the shared library.
Definition Audaspace.h:93
The IIRFilterReader class.
double SampleRate
Sample rate type.
Definition Specification.h:115
This class is for dynamic infinite impulse response filters with simple coefficients that change depe...
Definition DynamicIIRFilterReader.h:36
DynamicIIRFilterReader(std::shared_ptr< IReader > reader, std::shared_ptr< IDynamicIIRFilterCalculator > calculator)
Creates a new DynamicIIRFilterReader.
virtual void sampleRateChanged(SampleRate rate)
The function sampleRateChanged is called whenever the sample rate of the underlying reader changes an...
This interface calculates dynamic filter coefficients which depend on the sampling rate for DynamicII...
Definition IDynamicIIRFilterCalculator.h:37
This class is for infinite impulse response filters with simple coefficients.
Definition IIRFilterReader.h:35