|
sfFDN
|
Classes for audio processing. More...
Classes | |
| class | sfFDN::DattorroDelay |
| The delay-line effect described by Jon Dattorro in "Effect Design Part 2: Delay-Line Modulation and Chorus", J. More... | |
| class | sfFDN::DelayInterp |
| Delay line with interpolation. More... | |
| class | sfFDN::DelayMatrix |
| DelayMatrix implementation as presented in [1]. More... | |
| class | sfFDN::DelayTimeVarying |
| A delay line with time-varying delay. More... | |
| class | sfFDN::DelayBank |
| A bank of parallel delay lines, each with its own delay setting. More... | |
| class | sfFDN::DelayBankTimeVarying |
| A bank of parallel delay lines, each with its own delay setting. More... | |
| class | sfFDN::ScalarFeedbackMatrix |
| A scalar feedback matrix processor. More... | |
| class | sfFDN::OnePoleFilter |
| Implements a simple one pole filter with differential equation \(y(n) = b_0x(n) - a_1y(n-1)\). More... | |
| class | sfFDN::AllpassFilter |
| Implements a simple allpass filter with differential equation \(y(n) = g*x(n) + x(n-1) -g*y(n-1)\). More... | |
| class | sfFDN::CascadedBiquads |
| Implements a cascade of biquad IIR filters. More... | |
| class | sfFDN::Fir |
| Implements an FIR filter with arbitrary coefficients. More... | |
| class | sfFDN::SparseFir |
| Implements a sparse FIR filter. More... | |
| class | sfFDN::FilterFeedbackMatrix |
| A filter feedback matrix processor. More... | |
| class | sfFDN::FilterBank |
| Implements a bank of filters. More... | |
| class | sfFDN::IIRFilterBank |
| Implements a bank of IIR filters. More... | |
| class | sfFDN::ControllableFullWaveRectifier |
| A controllable full-wave rectifier, with optional antiderivative antialiasing. More... | |
| class | sfFDN::SignalDependentFractionalDelay |
| A signal-dependent fractional delay filter. More... | |
| class | sfFDN::RingModulator |
| A ring modulator. More... | |
| class | sfFDN::ParallelGains |
| A parallel gains processor. More... | |
| class | sfFDN::TimeVaryingParallelGains |
| A time-varying parallel gains processor. More... | |
| class | sfFDN::PartitionedConvolver |
| A partitioned convolution engine that can filter audio signals with an FIR filter. More... | |
| class | sfFDN::SchroederAllpass |
| A single Schroeder allpass filter. More... | |
| class | sfFDN::TimeVaryingSchroederAllpass |
| An energy-preserving Schroeder allpass with a fixed delay and optionally modulated gain. More... | |
| class | sfFDN::TimeVaryingFeedbackMatrix |
| An orthogonal time-varying feedback matrix for an FDN. More... | |
Classes for audio processing.