Go to the source code of this file.
Classes | |
class | cinder::audio::FilterBiquadNode |
General class for filtering nodes based on a biquad (two pole, two zero) filter. More... | |
class | cinder::audio::FilterLowPassNode |
A low-pass filtering Node. This is a subclass of FilterBiquadNode and manages its configuration appropriately. More... | |
class | cinder::audio::FilterHighPassNode |
A high-pass filtering Node. This is a subclass of FilterBiquadNode and manages its configuration appropriately. More... | |
class | cinder::audio::FilterBandPassNode |
A band-pass filtering Node. This is a subclass of FilterBiquadNode and manages its configuration appropriately. More... | |
Namespaces | |
cinder | |
cinder::audio | |
Typedefs | |
typedef std::shared_ptr< class FilterLowPassNode > | cinder::audio::FilterLowPassNodeRef |
typedef std::shared_ptr< class FilterHighPassNode > | cinder::audio::FilterHighPassNodeRef |
typedef std::shared_ptr< class FilterBandPassNode > | cinder::audio::FilterBandPassNodeRef |