 PitchShift does near-realtime pitch shifting to the incoming signal.
The effect is achieved by speeding up or slowing down the delayTime
of a DelayNode using a sawtooth wave.
Algorithm found in [this pdf](http://dsp-book.narod.ru/soundproc.pdf).
Additional reference by [Miller Pucket](http://msp.ucsd.edu/techniques/v0.11/book-html/node115.html).

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>pitch</td>
	<td><div class='bg-yellow-800 px-2 py-px text-white rounded-sm'>float</div></td>
	<td>The interval to transpose the incoming signal by</td>
</tr>
</table>