Nikolay Tsenkov
Nikolay Tsenkov

Reputation: 1128

Is there a way to control reverberation size with ConvolverNode in WebAudio API?

As much as I can see, all of the properties of the reverberation effect come down to the recorded impulse that you use.

Is it possible to control properties such as reverb size or decay using the same recorded impulse?

Upvotes: 0

Views: 67

Answers (1)

cwilso
cwilso

Reputation: 13908

Not really - though you can apply an envelope on to a long impulse to reduce the decay. You can artificially generate reasonable-sounding reverbs, too, with envelopes applied to random noise.

Upvotes: 1

Related Questions