Nodes
Filter node
The filter node holds a very basic two pole filter(12dB/oct)
it has multiple filter types supported by the Web Audio API with adjustable Gain
Frequency
and Q
.
Filter Types
The possible filter types are the following:
highshelf
lowshelf
peaking (bell)
bandpass (band)
highpass (lowcut)
lowpass (highcut)
The Q and/or Gain may not have an affect with certain types, and/or certain filters require a Q value of +1
to work as expected.