audioBufferAllocZeroed

Allocate a new AudioBuffer with given frames and channels. Its data is initialized to zeroes.

nothrow @nogc @safe
audioBufferAllocZeroed
(
T
)
(,
int frames
,
int alignment = 1
)

Meta