beta
cables is under heavy development.
There might be one or another bug, please let us know about it!

Convolver_v2 Op



Convolver
Namespace: Ops.WebAudio

Op author: simod

Audio reverb using an impulse response (sample)


The ConvolverNode interface is an AudioNode that performs a Linear Convolution on a given AudioBuffer, often used to achieve a reverb effect.

For free impulse responses check out Open AIR Library.



Inputs

Audio In (Object)

audio input

IR Options

Impulse Response (String)

impulse response file

Normalize (boolean /Number)

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

IR Gain (Number)

gain of the audio input going into the convolution

Predelay (MS) (Number)

delay incoming signal into convolver in miliseconds

Output

Dry/Wet (Number)

dry wet control - 0 no reverb - 1 full

Output Gain (Number)

output volume

Outputs

Audio Out (Object)

audio output

Wet Out (Object)

wet signal only audio output


Caught a mistake or want to contribute to the documentation?

Edit Documentation 

Convolver example

Example for the convolver op


Patches using Convolver_v2

  • Examples
  • Public
  • My Patches

Changelog


cloned op from Ops.WebAudio.Convolver
2020-12-14 - cables
Ops.User.cables.Convolver_v2 renamed to Ops.WebAudio.Convolver_v2
2020-12-14 - cables