Struct LinearInterpSingle

Inheritance Relationships

Base Type

Struct Documentation

struct ear::dsp::LinearInterpSingle : public ear::dsp::InterpType<float>

Linear interpolation of a single channel for use in GainInterpolator.

Public Static Functions

static inline void apply_interp(const float *const *in, float *const *out, SampleIndex range_start, SampleIndex range_end, SampleIndex block_start, SampleIndex start, SampleIndex end, const Point &start_point, const Point &end_point)
static inline void apply_constant(const float *const *in, float *const *out, SampleIndex range_start, SampleIndex range_end, const Point &point)