Sends an audio signal to your speakers
summary (oneliner)
This should be the end-op in your Web Audio patch. This is one of the most important ops when working with Web Audio – without it you don’t hear anything.
doc
issues
example patch id
youtube ids (comma seperated)
caniuse query
collections
Inputs
Audio In (Object)
The audio signal to send to the speakers
Volume Settings
Volume (Number)
How loud
Mute (boolean /Number)
Mutes the input
Show Audio Suspended Button (boolean /Number)
Outputs
Current Volume (Number)
Context State (String)
Patches using Output_v2
Changelog
cloned op from Ops.WebAudio.Output 2020-11-30 - cables | |
Ops.User.cables.Output_v2 renamed to Ops.WebAudio.Output_v2 2020-11-30 - cables | |
added core lib: interactionneededbutton 2022-11-28 - pandur |