mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 04:27:37 +00:00
6 lines
151 B
HTML
6 lines
151 B
HTML
<script>
|
|
o1 = new window.AudioContext(2, 8, 44100);
|
|
o4 = o1.createBiquadFilter();
|
|
o4.detune.setValueAtTime(0.0843, 1.7976931348623157e+308);
|
|
</script>
|