|
class | juce::dsp::DelayLine< SampleType, InterpolationType > |
| A delay line processor featuring several algorithms for the fractional delay calculation, block processing, and sample-by-sample processing useful when modulating the delay in real time or creating a standard delay effect with feedback. More...
|
|
struct | juce::dsp::DelayLineInterpolationTypes::Lagrange3rd |
| Successive samples in the delay line will be interpolated using a 3rd order Lagrange interpolator. More...
|
|
struct | juce::dsp::DelayLineInterpolationTypes::Linear |
| Successive samples in the delay line will be linearly interpolated. More...
|
|
struct | juce::dsp::DelayLineInterpolationTypes::None |
| No interpolation between successive samples in the delay line will be performed. More...
|
|
struct | juce::dsp::DelayLineInterpolationTypes::Thiran |
| Successive samples in the delay line will be interpolated using 1st order Thiran interpolation. More...
|
|