Gain Op
Changes the gain / volume
Summary (oneliner)
The Gain
-op can be used to make an audio signal more silent.
The GainNode interface represents a change in volume. It is an AudioNode audio-processing module that causes a given gain to be applied to the input data before its propagation to the output. A GainNode always has exactly one input and one output, both with the same number of channels.
- Ops.WebAudio.Gain
- Core Op - Official cables op
- MIT
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
INPUT PORTS
The audio signal you want to make more silent / louder
Amount of gain to apply, 0
= not audible, 1
= output will be as loud as the input signal, everything bigger than 1
will make the audio signal louder.
check to mute the signal
OUTPUT PORTS
Audio output which contains the the input signal with the gain applied, can be connected to the Ops.WebAudio.Output op e.g.