|
sfFDN
|
This section describes the single-channel processors provided by sfFDN. These are audio processors that operate on a single channel of audio. They can be used at the beginning of the input gains block, at the end of the output gains block, or they can be combined in a FilterBank object and used as a multi-channel processor.
The AudioProcessorChain class allows you to chain multiple single-channel processors together. This is useful for creating more complex processing chains without having to create a custom processor class. You can add any of the single-channel processors to the chain, and they will be processed in the order they were added.