Delayline.sampleLinear

Random access sampling of the delay-line with linear interpolation.

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

Meta