Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<html>
<head>
<script>
function boom()
{
var ac = new window.AudioContext();
var buffer = ac.createBuffer(1, 24313, 47250);
buffer.copyFromChannel(buffer.getChannelData(0), '');
}
</script>
</head>
<body onload="boom();"></body>
</html>