Output_v2 Op

Output

Sends an audio signal to your speakers


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.


Full Name
  • Ops.WebAudio.Output_v2
Visibility
  • Core Op - visible for everyone
License
  • MIT
AuthorgithubMaintained by Team


Example Patch Output example

Example for Output op

Open In Editor

INPUT PORTS


Audio In (Object:audioNode)

The audio signal to send to the speakers

Volume Settings

Volume (Number)

How loud

Mute (Number: boolean)

Mutes the input

Show Audio Suspended Button (Number: boolean)

OUTPUT PORTS


Current Volume (Number)
Number Of Channels (Number)
Context State (String)

 

Patches using Output_v2

  • Examples
  • Public
  • My Patches

Changelog


newop createduser avatarcables - 2020-11-30 17:45
improvement added core lib: interactionneededbuttonuser avatarpandur - 2022-11-28 15:15
bugfixdisconnect audiosource properly with multiple inputsuser avatarstephan - 2025-05-06 14:45
improvementadd "number of channels" outportuser avatarstephan - 2025-05-07 18:13