AudioEffectCapture.getBuffer

Gets the next frames audio samples from the internal ring buffer. Returns a PoolVector2Array containing exactly frames audio samples if available, or an empty PoolVector2Array if insufficient data was available.

struct AudioEffectCapture
@nogc nothrow
PoolVector2Array
getBuffer
(
in long frames
)

Meta