This function is useful to get data from the Web Audio API (that uses a
planar format), into something that a codec or network streaming library
would expect.
Parameters
input: Float32Array[]
An array of n*128 frames Float32Array that hold the audio data.
Planar -> Interleaved audio buffer conversion
This function is useful to get data from the Web Audio API (that uses a planar format), into something that a codec or network streaming library would expect.