SimpleDelay.nextBuffer

Process samples, multichannel version. Note: input and output buffers can overlap, or even be the same.

struct SimpleDelay(T)
nothrow @nogc
void
nextBuffer
(
const(T*)* inputs
,
T** output
,
int frames
)

Meta