mickeyf.docs
    Preparing search index...

    Beat detection output for the current analysis frame.

    type BeatState = {
        isBeat: boolean;
        strength: number;
    }
    Index

    Properties

    Properties

    isBeat: boolean

    Whether the current frame crosses the beat threshold.

    strength: number

    Normalized beat strength in the range $[0, 1]$ (heuristic).