49    DynamicIIRFilter(std::shared_ptr<ISound> sound, 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
 
virtual std::shared_ptr< IReader > createReader()
Creates a reader for playback of the sound source.
 
std::shared_ptr< IDynamicIIRFilterCalculator > m_calculator
The IDynamicIIRFilterCalculator that calculates the dynamic filter coefficients.
Definition DynamicIIRFilter.h:41
 
DynamicIIRFilter(std::shared_ptr< ISound > sound, std::shared_ptr< IDynamicIIRFilterCalculator > calculator)
Creates a new Dynmic IIR filter sound.
 
This interface calculates dynamic filter coefficients which depend on the sampling rate for DynamicII...
Definition IDynamicIIRFilterCalculator.h:37