Simple convolution created with decaying noise.
Generates an Impulse Response Buffer
with Tone.Offline then feeds the IR into ConvolverNode.
The impulse response generation is async, so you have
to wait until [[ready]] resolves before it will make a sound.

See description on [Tone.js](https://tonejs.github.io/)


## Description
no description
## Parameters

<table>
<thead>
	<tr>
		<th>Name</th>
		<th>Type</th>
		<th>Description</th>
	</tr>
</thead>
<tr>
	<td>decay</td>
	<td><div class='bg-yellow-800 px-2 py-px text-white rounded-sm'>float</div></td>
	<td>The duration of the reverb.</td>
</tr>
</table>