Crate fast_interleave

Source

Functions§

deinterleave
De-interleave the given data into the output buffer channels.
deinterleave_unchecked
De-interleave the given channels into the output buffer.
deinterleave_variable
Deinterleave the given data with a variable number of channels into the output buffers with a variable number of channels.
interleave
Interleave the given channels into the output buffer.
interleave_unchecked
Interleave the given channels into the output buffer.
interleave_variable
Interleave a variable number of input channels into the output buffer with a variable number of channels.