@0b5vr/experimental
    Preparing search index...

    Function float32ArrayToWav

    • Convert given Float32Array to 16 bit wav format.

      Parameters

      • src: Float32Array<ArrayBufferLike>[]

        An array of Float32Array, each representing a channel.

      • sampleRate: number

        The output sample rate.

      Returns ArrayBuffer

      An ArrayBuffer containing the wav data.