sfFDN
Loading...
Searching...
No Matches
Audio Processors

Classes for audio processing. More...

Classes

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::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...
 

Detailed Description

Classes for audio processing.