IAudioSource.mixIntoBuffer

Add output of the source to this buffer, with volume as gain.

interface IAudioSource
nothrow @nogc
void
mixIntoBuffer
(
float*[] inoutChannels
,
int frames
,
ref int frameOffset
,
ref uint loopCount
,
float* volumeRamp
,
float[2] volume
)

Meta