Audaspace 1.7.0
A high level audio library.
Loading...
Searching...
No Matches
Lowpass Class Reference

This sound creates a lowpass filter reader. More...

#include <Lowpass.h>

Inheritance diagram for Lowpass:

Public Member Functions

 Lowpass (std::shared_ptr< ISound > sound, float frequency, float Q=1.0f)
 Creates a new lowpass sound.
Public Member Functions inherited from DynamicIIRFilter
 DynamicIIRFilter (std::shared_ptr< ISound > sound, std::shared_ptr< IDynamicIIRFilterCalculator > calculator)
 Creates a new Dynmic IIR filter sound.
virtual std::shared_ptr< IReadercreateReader ()
 Creates a reader for playback of the sound source.
Public Member Functions inherited from Effect
 Effect (std::shared_ptr< ISound > sound)
 Creates a new sound.
virtual ~Effect ()
 Destroys the sound.
std::shared_ptr< ISoundgetSound () const
 Returns the saved sound.
Public Member Functions inherited from ISound
virtual ~ISound ()
 Destroys the sound.

Additional Inherited Members

Protected Member Functions inherited from Effect
std::shared_ptr< IReadergetReader () const
 Returns the reader created out of the sound.
Protected Attributes inherited from DynamicIIRFilter
std::shared_ptr< IDynamicIIRFilterCalculatorm_calculator
 The IDynamicIIRFilterCalculator that calculates the dynamic filter coefficients.
Protected Attributes inherited from Effect
std::shared_ptr< ISoundm_sound
 If there is no reader it is created out of this sound.

Detailed Description

This sound creates a lowpass filter reader.

Constructor & Destructor Documentation

◆ Lowpass()

Lowpass::Lowpass ( std::shared_ptr< ISound > sound,
float frequency,
float Q = 1.0f )

Creates a new lowpass sound.

Parameters
soundThe input sound.
frequencyThe cutoff frequency.
QThe Q factor.

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