This is useful to get data from a codec, the network, or anything that is
interleaved, into a planar format, for example a Web Audio API AudioBuffer or
the output parameter of an AudioWorkletProcessor.
Parameters
input: Float32Array
is an array of n*128 frames arrays, interleaved,
where n is the channel count.
Interleaved -> Planar audio buffer conversion
This is useful to get data from a codec, the network, or anything that is interleaved, into a planar format, for example a Web Audio API AudioBuffer or the output parameter of an AudioWorkletProcessor.