based on testcase by Jesse Ruderman <jruderman@gmail.com>

--HG--
extra : rebase_source : f9bbe6e23afac15180a91e7c6d276483e4320d3a
This commit is contained in:
Karl Tomlinson 2014-07-30 13:33:32 +12:00
Родитель 890c626840
Коммит 3ddd5f9050
2 изменённых файлов: 18 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,17 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<script>
var ac = new AudioContext(1, 1354, 44100);
var shaper = ac.createWaveShaper();
var biquad = ac.createBiquadFilter();
shaper.connect(biquad.frequency);
biquad.getFrequencyResponse(new Float32Array(55785),
new Float32Array(62876),
new Float32Array(45111));
</script>
</head>
</html>

Просмотреть файл

@ -63,6 +63,7 @@ load 925619-2.html
load 926619.html
load 933151.html
load 933156.html
load 944851.html
load 952756.html
load 986901.html
load buffer-source-ended-1.html