36 Butterworth(
const Butterworth&) =
delete;
37 Butterworth& operator=(
const Butterworth&) =
delete;
#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 DynamicIIRFilter class.
Butterworth(std::shared_ptr< ISound > sound, float frequency)
Creates a new butterworth sound.
DynamicIIRFilter(std::shared_ptr< ISound > sound, std::shared_ptr< IDynamicIIRFilterCalculator > calculator)
Creates a new Dynmic IIR filter sound.