Phaser is a phaser effect. Phasers work by changing the phase
of different frequency components of an incoming signal. Read more on
[Wikipedia](https://en.wikipedia.org/wiki/Phaser_(effect)).
Inspiration for this phaser comes from [Tuna.js](https://github.com/Dinahmoe/tuna/).

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>frequency</td>
	<td><div class='bg-yellow-800 px-2 py-px text-white rounded-sm'>float</div></td>
	<td>frequency</td>
</tr>
<tr>
	<td>baseFrequency</td>
	<td><div class='bg-yellow-800 px-2 py-px text-white rounded-sm'>float</div></td>
	<td>baseFrequency</td>
</tr>
<tr>
	<td>octaves</td>
	<td><div class='bg-yellow-800 px-2 py-px text-white rounded-sm'>float</div></td>
	<td>octaves</td>
</tr>
<tr>
	<td>stages</td>
	<td><div class='bg-yellow-800 px-2 py-px text-white rounded-sm'>float</div></td>
	<td>sensitivity</td>
</tr>
<tr>
	<td>Q</td>
	<td><div class='bg-yellow-800 px-2 py-px text-white rounded-sm'>float</div></td>
	<td>Q</td>
</tr>
</table>