ddsp ~master (2022-03-26T02:55:28.1397571)
Dub
Repo
AudioEffect.getNextSample
ddsp
effect
effect
AudioEffect
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
Source
See Implementation
ddsp
effect
effect
AudioEffect
functions
SampleRate
getNextSample
processBuffers
reset
setSampleRate
variables
_sampleRate
Process a sample that is passed to the processor, and return the next sample.