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

Public Member Functions | |
| AUD_ButterworthFactory (AUD_IFactory *factory, float frequency) | |
| virtual AUD_IReader * | createReader () const |
This factory creates a butterworth filter reader.
Definition at line 40 of file AUD_ButterworthFactory.h.
| AUD_ButterworthFactory::AUD_ButterworthFactory | ( | AUD_IFactory * | factory, |
| float | frequency | ||
| ) |
Creates a new butterworth factory.
| factory | The input factory. |
| frequency | The cutoff frequency. |
Definition at line 44 of file AUD_ButterworthFactory.cpp.
| AUD_IReader * AUD_ButterworthFactory::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 51 of file AUD_ButterworthFactory.cpp.
References BWPB41, BWPB42, AUD_EffectFactory::getReader(), AUD_IReader::getSpecs(), M_PI, norm(), AUD_Specs::rate, and KDL::tan().