interleave

Interleaves two channels. dest must be as big as the length of srcL and srcR.

@nogc nothrow pure public
void
interleave
(
size_t length
,
float* srcL
,
float* srcR
,
float* dest
)

Meta