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