Member Junction
    Preparing search index...

    Exponential-smoothing audio meter. Attack (rising) is faster than decay (falling) so the meter feels responsive when speech starts but settles gently — the standard VU-meter feel.

    Index

    Constructors

    Methods

    Constructors

    • Parameters

      • attack: number = 0.6

        Smoothing factor when the level is rising, 0..1 (higher = snappier). Default 0.6.

      • decay: number = 0.18

        Smoothing factor when the level is falling, 0..1 (lower = slower fall). Default 0.18.

      Returns LiveKitAudioMeter

    Methods