jamp3
    Preparing search index...

    ID3v2 Write Options

    interface WriteOptions {
        defaultEncoding?: string;
        keepBackup?: boolean;
        paddingSize?: number;
    }
    Index

    Properties

    defaultEncoding?: string

    encoding used if not specified in frame header

    keepBackup?: boolean

    keep a filename.mp3.bak copy of the original file

    paddingSize?: number

    padding zeros between id3v2 and the audio (in bytes)