Get the current waveform data of the connected audio source



## Description
no description
## Parameters

<table>
<thead>
	<tr>
		<th>Name</th>
		<th>Type</th>
		<th>Description</th>
	</tr>
</thead>
<tr>
	<td>sizeExponent</td>
	<td><div class='bg-orange-800 px-2 py-px text-white rounded-sm'>integer</div></td>
	<td>array size will be 2**sizeExponent</td>
</tr>
<tr>
	<td>arraySize</td>
	<td><div class='bg-orange-800 px-2 py-px text-white rounded-sm'>integer</div></td>
	<td>array size</td>
</tr>
<tr>
	<td>smoothing</td>
	<td><div class='bg-yellow-800 px-2 py-px text-white rounded-sm'>float</div></td>
	<td>a value from between 0 and 1 where 0 represents no time averaging with the last analysis frame</td>
</tr>
<tr>
	<td>normalRange</td>
	<td><div class='bg-emerald-800 px-2 py-px text-white rounded-sm'>boolean</div></td>
	<td>normalizes the output between 0 and 1. The value will be in decibel otherwise.</td>
</tr>
<tr>
	<td>updateRangeParam</td>
	<td><div class='bg-emerald-800 px-2 py-px text-white rounded-sm'>boolean</div></td>
	<td>display range param</td>
</tr>
<tr>
	<td>range</td>
	<td><div class='bg-teal-800 px-2 py-px text-white rounded-sm'>vector2</div></td>
	<td>range value</td>
</tr>
<tr>
	<td>maxRange</td>
	<td><div class='bg-teal-800 px-2 py-px text-white rounded-sm'>vector2</div></td>
	<td>accumulated range</td>
</tr>
<tr>
	<td>resetMaxRange</td>
	<td><div class='bg-cyan-800 px-2 py-px text-white rounded-sm'>button</div></td>
	<td>resetMaxRange</td>
</tr>
</table>