A collection of different interpolators for resampling streams of floats.
Public Types | |
| using | WindowedSinc = GenericInterpolator<WindowedSincTraits, 200> |
| using | Lagrange = GenericInterpolator<LagrangeTraits, 5> |
| using | CatmullRom = GenericInterpolator<CatmullRomTraits, 4> |
| using | Linear = GenericInterpolator<LinearTraits, 2> |
| using | ZeroOrderHold = GenericInterpolator<ZeroOrderHoldTraits, 1> |
| using juce::Interpolators::WindowedSinc = GenericInterpolator<WindowedSincTraits, 200> |
| using juce::Interpolators::Lagrange = GenericInterpolator<LagrangeTraits, 5> |
| using juce::Interpolators::CatmullRom = GenericInterpolator<CatmullRomTraits, 4> |
| using juce::Interpolators::Linear = GenericInterpolator<LinearTraits, 2> |
| using juce::Interpolators::ZeroOrderHold = GenericInterpolator<ZeroOrderHoldTraits, 1> |