Dart API Reference
dart:web_audio
BiquadFilterNode
BiquadFilterNode
class
Annotated by:
DocsEditable()
DomName('BiquadFilterNode')
Experimental()
Extends:
AudioNode
EventTarget
Object
Instance Properties
Q
AudioParam
read-only
detune
AudioParam
read-only
frequency
AudioParam
read-only
gain
AudioParam
read-only
type
String
read/write
on
Events
Inherited
read-only
channelCount
int
Inherited
read/write
channelCountMode
String
Inherited
read/write
channelInterpretation
String
Inherited
read/write
context
AudioContext
Inherited
read-only
numberOfInputs
int
Inherited
read-only
numberOfOutputs
int
Inherited
read-only
Instance Methods
getFrequencyResponse
(
Float32List
frequencyHz
,
Float32List
magResponse
,
Float32List
phaseResponse
) →
void
addEventListener
Inherited
(
String
type
,
dynamic
listener
(
Event
event
)
, [
bool
useCapture
] ) →
void
removeEventListener
Inherited
(
String
type
,
dynamic
listener
(
Event
event
)
, [
bool
useCapture
] ) →
void
dispatchEvent
Inherited
(
Event
event
) →
bool
disconnect
Inherited
(
int
output
) →
void
connectNode
Inherited
(
AudioNode
destination
, [
int
output
=
0
,
int
input
=
0
] ) →
void
connectParam
Inherited
(
AudioParam
destination
, [
int
output
=
0
] ) →
void