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 Class Reference

A collection of different interpolators for resampling streams of floats. More...

#include <juce_Interpolators.h>

Classes

struct  CatmullRomTraits
 
struct  LagrangeTraits
 
struct  LinearTraits
 
struct  WindowedSincTraits
 
struct  ZeroOrderHoldTraits
 

Public Types

using CatmullRom = GenericInterpolator< CatmullRomTraits, 4 >
 
using Lagrange = GenericInterpolator< LagrangeTraits, 5 >
 
using Linear = GenericInterpolator< LinearTraits, 2 >
 
using WindowedSinc = GenericInterpolator< WindowedSincTraits, 200 >
 
using ZeroOrderHold = GenericInterpolator< ZeroOrderHoldTraits, 1 >
 

Detailed Description

A collection of different interpolators for resampling streams of floats.

See also
GenericInterpolator, WindowedSincInterpolator, LagrangeInterpolator, CatmullRomInterpolator, LinearInterpolator, ZeroOrderHoldInterpolator

@tags{Audio}

Member Typedef Documentation

◆ CatmullRom

◆ Lagrange

◆ Linear

◆ WindowedSinc

◆ ZeroOrderHold


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