mic - Microphone
Brings live microphone audio into the graph as a real-time source.
Inputs & Outputs
Section titled “Inputs & Outputs”| Direction | Handle |
|---|---|
| Output | audio-out |
Parameters
Section titled “Parameters”| Parameter | Label | Type | Default | Range |
|---|---|---|---|---|
| - | - | - | - | - |
blzr Mapping
Section titled “blzr Mapping”| Field | Value |
|---|---|
| Native type | none |
| Create args | none |
| Implementation status | implemented |
Keyboard Shortcut
Section titled “Keyboard Shortcut”Press a then x to add this node.
Patch Examples
Section titled “Patch Examples”Implementation Notes
Section titled “Implementation Notes”Parity Notes
Section titled “Parity Notes”- Microphone input requires browser permissions and an active
MediaStream.
Future UX Work
Section titled “Future UX Work”- none
Web Audio Reference
Section titled “Web Audio Reference”Based on MediaStreamAudioSourceNode (MDN)
| Field | Value |
|---|---|
| API node | MediaStreamAudioSourceNode |
| Factory | createMediaStreamSource |
| Factory args | MediaStream mediaStream |
| Web Audio params | “ |
AudioParams
Section titled “AudioParams”| Name | Type |
|---|---|
| - | - |
Properties
Section titled “Properties”| Name | Type |
|---|---|
| mediaStream | MediaStream |
Provenance
Section titled “Provenance”| Source | Identifier | Section |
|---|---|---|
| Primary | w3c-webaudio-1-1 | MediaStreamAudioSourceNode |
| Secondary | mdn-webaudio | Web Audio API |