dsp.js icon indicating copy to clipboard operation
dsp.js copied to clipboard

Constructor Float64Array requires new

Open gio00 opened this issue 6 years ago • 2 comments
trafficstars

Hi, with this code:

let filter = new IIRFilter2(HIGHPASS, 200, 44100);

gio00 avatar Jun 24 '19 11:06 gio00

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.

codecat avatar Jul 20 '20 10:07 codecat

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?

bowen-source avatar Apr 21 '22 01:04 bowen-source