taglib-ts
    Preparing search index...

    Peak volume data for a single channel.

    interface PeakVolume {
        bitsRepresentingPeak: number;
        peakVolume: ByteVector;
    }
    Index

    Properties

    bitsRepresentingPeak: number

    Number of bits used to represent the peak volume value.

    peakVolume: ByteVector

    Raw bytes encoding the peak volume value.