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

Classes

class  juce::Interpolators
 A collection of different interpolators for resampling streams of floats. More...
 
struct  juce::Interpolators::CatmullRomTraits
 
struct  juce::Interpolators::LagrangeTraits
 
struct  juce::Interpolators::LinearTraits
 
struct  juce::Interpolators::WindowedSincTraits
 
struct  juce::Interpolators::ZeroOrderHoldTraits
 

Namespaces

 juce
 

Typedefs

using juce::CatmullRomInterpolator = Interpolators::CatmullRom
 An interpolator for resampling a stream of floats using Catmull-Rom interpolation. More...
 
using juce::LagrangeInterpolator = Interpolators::Lagrange
 An interpolator for resampling a stream of floats using 4-point lagrange interpolation. More...
 
using juce::LinearInterpolator = Interpolators::Linear
 An interpolator for resampling a stream of floats using linear interpolation. More...
 
using juce::WindowedSincInterpolator = Interpolators::WindowedSinc
 An interpolator for resampling a stream of floats using high order windowed (hann) sinc interpolation, recommended for high quality resampling. More...
 
using juce::ZeroOrderHoldInterpolator = Interpolators::ZeroOrderHold
 An interpolator for resampling a stream of floats using zero order hold interpolation. More...