AudioModule.renderFrame

Renders the current audio frame.

input: the input buffers if any, null if none. output: the output buffers if any, null if none.

NOTE: Buffers must have matching sizes.

class AudioModule
public abstract @nogc nothrow
void
renderFrame
(
float*[] input
,
float*[] output
)

Meta