public class BiquadFilterNode extends AudioNode
Modifier and Type | Field and Description |
---|---|
AudioParam |
detune |
AudioParam |
frequency |
AudioParam |
gain |
static BiquadFilterNode |
prototype |
AudioParam |
Q |
String |
type |
channelCount, channelCountMode, channelInterpretation, context, numberOfInputs, numberOfOutputs
constructor
Constructor and Description |
---|
BiquadFilterNode() |
Modifier and Type | Method and Description |
---|---|
void |
getFrequencyResponse(Object frequencyHz,
Object magResponse,
Object phaseResponse) |
connect, connect, connect, disconnect, disconnect
addEventListener, addEventListener, addEventListener, addEventListener, dispatchEvent, removeEventListener, removeEventListener, removeEventListener, removeEventListener
$applyStatic, $applyStatic, $delete, $delete, $get, $get, $set, $set, $super, assign, create, create, defineProperties, defineProperty, defineProperty, freeze, getOwnPropertyDescriptor, getOwnPropertyNames, getPrototypeOf, hasOwnProperty, hasOwnProperty, hasOwnProperty, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, propertyIsEnumerable, propertyIsEnumerable, seal, toJSString, toLocaleString, toString, valueOf
public AudioParam Q
public AudioParam detune
public AudioParam frequency
public AudioParam gain
public String type
public static BiquadFilterNode prototype