• 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.

    Parameters

    • input: Float32Array[]

      An array of n*128 frames Float32Array that hold the audio data.

    • output: Float32Array

      A Float32Array that is n*128 elements long.

    Returns void

MMNEPVFCICPMFPCPTTAAATR