The OpenD Programming Language

AudioPcmOutThreadImplementation.addChannel

The delegate returns false when it is finished (true means keep going). It must fill the buffer with waveform data on demand and must be latency sensitive; as fast as possible.

class AudioPcmOutThreadImplementation
void
addChannel
(
bool delegate
(
short[] buffer
)
dg
)

Meta