• Creates or append a WAV file with new audio data. It works only in Node.js environment.

    Parameters

    • filepath: string

      Path to the WAV file

    • audioData: Buffer<ArrayBufferLike>

      Buffer containing the new audio data to append

    • params: AudioPcmParams

      Audio parameters for header generation

    Returns void