Output_v2 Op

Output

Sends an audio signal to your speakers


<p>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.</p>


Full Name
  • Ops.WebAudio.Output_v2
Visibility
  • Core Op - Official cables op
License
  • MIT
AuthorgithubTest Patches


Example Patch Output example

Example for Output op

Open In Editor

INPUT PORTS


Audio In (Object:audioNode)

<p>The audio signal to send to the speakers</p>

Volume Settings

Volume (Number)

<p>How loud</p>

Mute (Number:

<i>boolean</i>

)

<p>Mutes the input</p>

Show Audio Suspended Button (Number:

<i>boolean</i>

)

OUTPUT PORTS


Current Volume (Number)
Context State (String)

Patches using Output_v2

  • Examples
  • Public
  • My Patches

Changelog


cloned op from Ops.WebAudio.Outputuser avatarcables - 2020-11-30 17:45
Ops.User.cables.Output_v2 renamed to Ops.WebAudio.Output_v2user avatarcables - 2020-11-30 18:15
added core lib: interactionneededbuttonuser avatarpandur - 2022-11-28 15:15