Convolver reverb

Convolve a plucked string through a seeded exponential-decay impulse response and blend dry with wet.

ready

node examples/reverb.js 2 0.35 3s
decay=<s>
impulse response decay time
wet=<0..1>
wet/dry mix
-d, --duration <time>
run time (CLI accepts s/m/h suffixes; default: 3s)
Graph
Plucked buffer → dry Gain + Convolver → wet Gain → Destination
Input
Decay time, wet amount
Output
Reverberated audio

This is a convolution reverb example: a plucked string is convolved through a seeded exponential-decay impulse response and blended with the dry signal. Adjust decay time and wet amount in the browser, or render the same convolver graph from the Node CLI.