Crate fast_interleave
Source - 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_to_vec_variable
- Interleave a variable number of input channels into a new interleaved
Vec
with a variable number of channels. - 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.