Member Junction
    Preparing search index...

    One smoothed frame of audio-visual data.

    interface LiveKitAudioMeterFrame {
        Bins: number[];
        IsSilent: boolean;
        Level: number;
    }
    Index

    Properties

    Properties

    Bins: number[]

    Smoothed bar bins, each 0..1, for a symmetric visualizer.

    IsSilent: boolean

    Whether the source is effectively silent this frame.

    Level: number

    Smoothed level, 0..1.