CoarseRMS.nextSample

Process a chunk of samples and return a value in dB (could be -infinity)

struct CoarseRMS(T)
nothrow @nogc
void
nextSample
()
if (
is(T == float) ||
is(T == double)
)

Meta