Member Junction
    Preparing search index...

    Handle returned by createPcmMicCapture: the only operation a driver needs is teardown. Production wraps an AudioContext + AudioWorkletNode pipeline; tests return a no-op fake.

    interface IPcmMicCapture {
        Stop(): void;
    }
    Index

    Methods

    Methods

    • Stops capture and releases the audio context / worklet resources.

      Returns void