taglib-ts
    Preparing search index...

    Interface ShortenPropertyValues

    Values parsed from a Shorten file header, passed to ShortenProperties.

    interface ShortenPropertyValues {
        bitsPerSample: number;
        channelCount: number;
        fileType: number;
        sampleFrames: number;
        sampleRate: number;
        version: number;
    }
    Index

    Properties

    bitsPerSample: number

    Bits per sample.

    channelCount: number

    Number of audio channels.

    fileType: number

    Shorten internal file type code describing the audio encoding.

    sampleFrames: number

    Total number of PCM sample frames.

    sampleRate: number

    Sample rate in Hz.

    version: number

    Shorten format version (1–3).