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::Linear Struct Reference

Successive samples in the delay line will be linearly interpolated. More...

#include <juce_DelayLine.h>

Detailed Description

Successive samples in the delay line will be linearly interpolated.

This type of interpolation has a low computational cost where the delay can be modulated in real time, but it also introduces a low-pass filtering effect into your audio signal.

@tags{DSP}


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