dsp.js
dsp.js copied to clipboard
Constructor Float64Array requires new
trafficstars
Hi, with this code:
let filter = new IIRFilter2(HIGHPASS, 200, 44100);
There's more places where this is a problem, actually. Search for Float64Array and you'll find a ton that don't have the new keyword.
Hi, with this code:
let filter = new IIRFilter2(HIGHPASS, 200, 44100);
Hi,I came through the same problem recently,so I want to know that have you fixed this problem yet?