audioBufferAlloc

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

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

Meta