AudioEffect.getNextSample

Process a sample that is passed to the processor, and return the next sample.

class AudioEffect(T)
abstract nothrow @nogc
T
getNextSample
(
const T input
)

Meta