mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07: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>
|