Delayline.nextBuffer

Combined feed + sampleFull. Uses the delay line as a fixed delay of count samples.

Note: input and output may overlap. If this was ever optimized, this should preserve that property.

struct Delayline(T)
public nothrow @nogc pure
void
nextBuffer
(
const(T)* input
,,
int frames
)

Meta