Delayline.sampleLinear

Random access sampling of the delay-line with linear interpolation. Note that will the HF rollout of linear interpolation, it can often sound quite good in 44.1 kHz

struct Delayline(T)
nothrow @nogc pure const
static if(is(T == float) || is(T == double))
T
sampleLinear
(
float delay
)

Meta