JUCE  v6.1.6 (6.0.8-1114)
JUCE API
Looking for a senior C++ dev?
I'm looking for work. Hire me!
juce_DelayLine.h File Reference
This graph shows which files directly or indirectly include this file:

Classes

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

Namespaces

 juce
 
 juce::dsp
 
 juce::dsp::DelayLineInterpolationTypes
 A collection of structs to pass as the template argument when setting the interpolation type for the DelayLine class.