ReadonlystreamThe live media stream.
ReadonlyoutputGraph node carrying the mic signal; connect this onward.
ReadonlyanalyserBuilt-in analyser tapping the mic (already connected).
Mutes the capture by disabling the stream's audio tracks.
StaticrequestRequest microphone access and build a Microphone. Rejects if the user denies permission or no input device is available.
Route the mic signal into another node (bus input, effect, analyser).
Current input level in [0, 1] (RMS), via the built-in analyser.
Stop capture, release the device, and tear down nodes.
Live microphone input. Wraps
getUserMedia+ a MediaStreamAudioSourceNode and exposes an output node plus a built-in analyser for level metering / visualization. The raw input is not routed to the speakers by default (to avoid feedback); call connect to route it somewhere — a bus input, an effect, or another analyser.