40 std::vector<float> m_a;
45 std::vector<float> m_b;
48 IIRFilter(
const IIRFilter&) =
delete;
49 IIRFilter& operator=(
const IIRFilter&) =
delete;
58 IIRFilter(std::shared_ptr<ISound> sound,
const std::vector<float>& b,
const std::vector<float>& a);
#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
IIRFilter(std::shared_ptr< ISound > sound, const std::vector< float > &b, const std::vector< float > &a)
Creates a new IIR filter sound.
virtual std::shared_ptr< IReader > createReader()
Creates a reader for playback of the sound source.