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::WindowedSincTraits Struct Reference
Collaboration diagram for juce::Interpolators::WindowedSincTraits:

Static Public Member Functions

static forcedinline float valueAtOffset (const float *const inputs, const float offset, int indexBuffer) noexcept
 
static forcedinline float windowedSinc (float firstFrac, int index) noexcept
 

Static Public Attributes

static constexpr float algorithmicLatency = 100.0f
 
static const float lookupTable [10001]
 

Member Function Documentation

◆ valueAtOffset()

static forcedinline float juce::Interpolators::WindowedSincTraits::valueAtOffset ( const float *const  inputs,
const float  offset,
int  indexBuffer 
)
inlinestaticnoexcept

◆ windowedSinc()

static forcedinline float juce::Interpolators::WindowedSincTraits::windowedSinc ( float  firstFrac,
int  index 
)
inlinestaticnoexcept

References juce::gl::index, and lookupTable.

Referenced by valueAtOffset().

Member Data Documentation

◆ algorithmicLatency

constexpr float juce::Interpolators::WindowedSincTraits::algorithmicLatency = 100.0f
staticconstexpr

◆ lookupTable

const float juce::Interpolators::WindowedSincTraits::lookupTable[10001]
static

Referenced by windowedSinc().


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