| JUCE
    | 
| Classes | |
| struct | juce::dsp::DelayLineInterpolationTypes::None | 
| No interpolation between successive samples in the delay line will be performed.  More... | |
| struct | juce::dsp::DelayLineInterpolationTypes::Linear | 
| Successive samples in the delay line will be linearly interpolated.  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::Thiran | 
| Successive samples in the delay line will be interpolated using 1st order Thiran interpolation.  More... | |
| 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... | |
| Namespaces | |
| namespace | juce | 
| namespace | juce::dsp | 
| namespace | juce::dsp::DelayLineInterpolationTypes | 
| A collection of structs to pass as the template argument when setting the interpolation type for the DelayLine class. | |