Add reverb to a sound. Reverb is an effect that is used commonly in electronic sound production. It makes input sound like it is in an actual space. Large spaces have longer decay times
Examples
Syntax
p5.Reverb([decayTime])
Parameters
decayTime
Number: Set the decay time of the reverb
Methods
set
Set the decay time of the reverb. A longer decay time makes the input sound more cavernous.
Notice any errors or typos? Please let us know. Please feel free to edit src/effects/Reverb.js and open a pull request!