1 2 3 4 5
<script> var a = document.createElementNS("http://www.w3.org/1999/xhtml", "audio"); a.preservesPitch = a; </script>