JUCE  v6.1.6 (6.0.8-1114)
JUCE API
Looking for a senior C++ dev?
I'm looking for work. Hire me!
juce::dsp::DelayLineInterpolationTypes::Lagrange3rd Struct Reference

Successive samples in the delay line will be interpolated using a 3rd order Lagrange interpolator. More...

#include <juce_DelayLine.h>

Detailed Description

Successive samples in the delay line will be interpolated using a 3rd order Lagrange interpolator.

This method incurs more computational overhead than linear interpolation but reduces the low-pass filtering effect whilst remaining amenable to real time delay modulation.

@tags{DSP}


The documentation for this struct was generated from the following file: