3 #ifndef VISR_LIBRBBL_LAGRANGE_INTERPOLATOR_HPP_INCLUDED 4 #define VISR_LIBRBBL_LAGRANGE_INTERPOLATOR_HPP_INCLUDED 24 template <
typename SampleType, std::
size_t order >
36 std::size_t alignmentElements = 0);
42 virtual void interpolate(
SampleType const * basePointer,
44 std::size_t numSamples,
49 std::vector<std::ptrdiff_t> mBaseOffsets;
68 #endif // #ifndef VISR_LIBRBBL_LAGRANGE_INTERPOLATOR_HPP_INCLUDED Definition: lagrange_interpolator.hpp:25
Definition: options.cpp:10
Definition: fractional_delay_base.hpp:19
float SampleType
Definition: constants.hpp:14