Skip to main content

Reverb

About Reverb

A reverb effect is a type of audio processing that simulates the natural reverberation of sound in a physical space. It is commonly used in music production to add depth and dimension to recordings, making them sound more natural and immersive. The most common parameters of a reverb effect include decay time, which controls how long the reverb lasts; pre-delay, which determines the time between the original sound and the onset of the reverb; and diffusion, which affects the clarity and density of the reverb. Other parameters may include room size, damping, and early reflections, which all contribute to the overall character and tone of the reverb effect. By adjusting these parameters, you can create a wide range of reverb sounds, from subtle and natural to dramatic and otherworldly.

Audio Lab

Code Example

{
"nodes": {
{ "id": "reverbNode", "type": "Superpowered.ReverbNode" }
},
"connections": {
{ "sourceNode": "inputNode", "destinationNode": "reverbNode" },
{ "sourceNode": "reverbNode", "destinationNode": "outputNode" }
}
}