Audaspace
1.3.0
A high level audio library.
|
This sound creates a IIR filter reader.
Definition: DynamicIIRFilter.h:38
This sound creates a butterworth lowpass filter reader.
Definition: Butterworth.h:33
#define AUD_NAMESPACE_END
Closes the audaspace namespace aud.
Definition: Audaspace.h:119
Butterworth(std::shared_ptr< ISound > sound, float frequency)
Creates a new butterworth sound.
#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.