46 Lowpass(std::shared_ptr<ISound> sound,
float frequency,
float Q = 1.0f);
#define AUD_API
Used for exporting symbols in the shared library.
Definition: Audaspace.h:93
This sound creates a IIR filter reader.
Definition: DynamicIIRFilter.h:37
This sound creates a lowpass filter reader.
Definition: Lowpass.h:32
The DynamicIIRFilter class.