Member Junction
    Preparing search index...

    A compact, animated audio-level visualizer for a single participant. Runs a requestAnimationFrame loop OUTSIDE Angular (via NgZone.runOutsideAngular) reading the live participant audio level and writing bar heights directly to the DOM — so a 60fps meter never triggers change detection.

    Implements

    • OnDestroy
    Index

    Constructors

    Properties

    Accessors

    Methods

    Constructors

    Properties

    bars: any[] = ...

    The bar slots to render (count comes from the core constant).

    Accessors

    Methods

    • A callback method that performs custom clean-up, invoked immediately before a directive, pipe, or service instance is destroyed.

      Returns void