Convolver_v2 Op

Convolver

Audio reverb using an impulse response (sample)


<p>The ConvolverNode interface is an AudioNode that performs a Linear Convolution on a given AudioBuffer, often used to achieve a reverb effect.</p> <p>For free impulse responses check out <a href="http://www.openairlib.net/">Open AIR Library</a>.</p>


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


Example Patch Convolver example

Example for the convolver op

Open In Editor

INPUT PORTS


Audio In (Object:audioNode)

<p>audio input</p>

IR Options

Impulse Response (String)

<p>impulse response file</p>

Normalize (Number:

<i>boolean</i>

)

<p>wether the IR file should be normalized, its good to leave it on to avoid clipping</p>

IR Gain (Number)

<p>gain of the audio input going into the convolution</p>

Predelay (MS) (Number)

<p>delay incoming signal into convolver in miliseconds</p>

Output

Dry/Wet (Number)

<p>dry wet control - 0 no reverb - 1 full</p>

Output Gain (Number)

<p>output volume</p>

OUTPUT PORTS


Audio Out (Object)

<p>audio output</p>

Wet Out (Object)

<p>wet signal only audio output</p>


Patches using Convolver_v2

  • Examples
  • Public
  • My Patches

Changelog


cloned op from Ops.WebAudio.Convolveruser avatarcables - 2020-12-14 16:33
Ops.User.cables.Convolver_v2 renamed to Ops.WebAudio.Convolver_v2user avatarcables - 2020-12-14 16:33