@0b5vr/experimental
    Preparing search index...

    Function int16ArrayToWav

    • Convert given Int16Array to 16 bit wav format.

      Parameters

      • src: Int16Array<ArrayBufferLike>[]

        An array of Int16Array, each representing a channel.

      • sampleRate: number

        The output sample rate.

      Returns ArrayBuffer

      An ArrayBuffer containing the wav data.