<script src="https://code.highcharts.com/8.0.1/highcharts.js"></script>
<script src="https://code.highcharts.com/8.0.1/modules/data.js"></script>
<script src="https://code.highcharts.com/8.0.1/modules/exporting.js"></script>
<script src="https://code.highcharts.com/modules/export-data.js"></script>
<script src="https://code.highcharts.com/8.0.1/modules/sonification.js"></script>
<script src="https://code.highcharts.com/8.0.1/modules/accessibility.js"></script>
<figure class="highcharts-figure">
<div id="container"></div>
<p class="highcharts-description">
This chart demonstrates how you can play charts as sound,
enabling large data sets to be visualized without the need
for sight. This technique is referred to as Sonification,
and has many uses, including increased accessibility for
visually impaired users.
</p>
</figure>
<div id="controls" style="">
<button id="play">Play</button>
<button id="pause">Pause</button>
<button id="rewind">Rewind</button>
<input type="range" id="speed" name="Speed"
min="0.5" max="2" value="1" step="0.05">
<label for="speed">Speed</label>
</div>
<pre id="csv_data"...