Handle returned by createPcmMicCapture: the only operation a driver needs is teardown. Production wraps an AudioContext + AudioWorkletNode pipeline; tests return a no-op fake.
AudioContext
AudioWorkletNode
Stops capture and releases the audio context / worklet resources.
Handle returned by createPcmMicCapture: the only operation a driver needs is teardown. Production wraps an
AudioContext+AudioWorkletNodepipeline; tests return a no-op fake.