Member Junction
    Preparing search index...

    The level/spectrum surface one direction of audio exposes. Narrow interface so unit tests can substitute fakes for the Web Audio-backed RealtimeAudioMeter.

    interface IRealtimeAudioMeter {
        Bins(count?: number): number[];
        Close(): void;
        Level(): number;
    }

    Implemented by

    Index

    Methods

    Methods

    • Releases the analyser (and the meter-owned AudioContext, when it created one).

      Returns void