Audaspace
1.3.0
A high level audio library.
|
Go to the documentation of this file.
41 std::shared_ptr<IDynamicIIRFilterCalculator> m_calculator;
50 std::shared_ptr<IDynamicIIRFilterCalculator> calculator);
virtual void sampleRateChanged(SampleRate rate)
The function sampleRateChanged is called whenever the sample rate of the underlying reader changes an...
double SampleRate
Sample rate type.
Definition: Specification.h:106
DynamicIIRFilterReader(std::shared_ptr< IReader > reader, std::shared_ptr< IDynamicIIRFilterCalculator > calculator)
Creates a new DynamicIIRFilterReader.
This class is for infinite impulse response filters with simple coefficients.
Definition: IIRFilterReader.h:35
This class is for dynamic infinite impulse response filters with simple coefficients that change depe...
Definition: DynamicIIRFilterReader.h:36
This interface calculates dynamic filter coefficients which depend on the sampling rate for DynamicII...
Definition: IDynamicIIRFilterCalculator.h:37
The IIRFilterReader class.
#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