Reverb adds depth to a sound through a large number of decaying echoes. It creates the perception that sound is occurring in a physical space. The p5.Reverb has paramters for Time (how long does the reverb last) and decayRate (how much the sound decays with each echo) that can be set with the .set() or .process() methods. The p5.Convolver extends p5.Reverb allowing you to recreate the sound of actual physical spaces through convolution.
This class extends p5.Effect. Methods amp(), chain(), drywet(), connect(), and disconnect() are available.
Examples
Methods
Connect a source to the reverb, and assign reverb parameters.
Set the reverb settings. Similar to .process(), but without assigning a new input.
Set the output level of the reverb effect.
Send output to a p5.sound or web audio object
Disconnect all output.