Brings live microphone audio into the graph as a real-time source.
| Direction | Handle |
|---|
| Output | audio-out |
| Parameter | Label | Type | Default | Range |
|---|
| - | - | - | - | - |
| Field | Value |
|---|
| Native type | none |
| Create args | none |
| Implementation status | implemented |
- Microphone input requires browser permissions and an active
MediaStream.
Based on MediaStreamAudioSourceNode (MDN)
| Field | Value |
|---|
| API node | MediaStreamAudioSourceNode |
| Factory | createMediaStreamSource |
| Factory args | MediaStream mediaStream |
| Web Audio params | “ |
| Name | Type |
|---|
| mediaStream | MediaStream |
| Source | Identifier | Section |
|---|
| Primary | w3c-webaudio-1-1 | MediaStreamAudioSourceNode |
| Secondary | mdn-webaudio | Web Audio API |