AttackReleaseSmoother.nextSample

Advance smoothing and return the next smoothed sample with respect to tau time and samplerate.

struct AttackReleaseSmoother(T)
public nothrow @nogc
T
nextSample
()
if (
is(T == float) ||
is(T == double)
)

Meta