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.

This is normally very rare to need this vs separate sampleXXX and feedBuffer.

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

Meta