Blender  V2.59
Public Member Functions
AUD_ButterworthFactory Class Reference

#include <AUD_ButterworthFactory.h>

Inheritance diagram for AUD_ButterworthFactory:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 AUD_ButterworthFactory (AUD_IFactory *factory, float frequency)
virtual AUD_IReadercreateReader () const

Detailed Description

This factory creates a butterworth filter reader.

Definition at line 40 of file AUD_ButterworthFactory.h.


Constructor & Destructor Documentation

AUD_ButterworthFactory::AUD_ButterworthFactory ( AUD_IFactory factory,
float  frequency 
)

Creates a new butterworth factory.

Parameters:
factoryThe input factory.
frequencyThe cutoff frequency.

Definition at line 44 of file AUD_ButterworthFactory.cpp.


Member Function Documentation

AUD_IReader * AUD_ButterworthFactory::createReader ( ) const [virtual]

Creates a reader for playback of the sound source.

Returns:
A pointer to an AUD_IReader object or NULL if there has been an error.
Exceptions:
AUD_ExceptionAn 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().


The documentation for this class was generated from the following files: