|
Blender
V2.59
|
#include <AUD_LowpassFactory.h>

Public Member Functions | |
| AUD_LowpassFactory (AUD_IFactory *factory, float frequency, float Q=1.0f) | |
| virtual AUD_IReader * | createReader () const |
This factory creates a lowpass filter reader.
Definition at line 40 of file AUD_LowpassFactory.h.
| AUD_LowpassFactory::AUD_LowpassFactory | ( | AUD_IFactory * | factory, |
| float | frequency, | ||
| float | Q = 1.0f |
||
| ) |
Creates a new lowpass factory.
| factory | The input factory. |
| frequency | The cutoff frequency. |
| Q | The Q factor. |
Definition at line 41 of file AUD_LowpassFactory.cpp.
| AUD_IReader * AUD_LowpassFactory::createReader | ( | ) | const [virtual] |
Creates a reader for playback of the sound source.
| AUD_Exception | An exception may be thrown if there has been a more unexpected error during reader creation. |
Implements AUD_IFactory.
Definition at line 49 of file AUD_LowpassFactory.cpp.
References cos(), AUD_EffectFactory::getReader(), AUD_IReader::getSpecs(), M_PI, norm(), AUD_Specs::rate, and sin().