Dart API Reference
dart:web_audio
AnalyserNode
AnalyserNode
class
Annotations
DocsEditable()
DomName('AnalyserNode')
Experimental()
Extends
Object
EventTarget
AudioNode
AnalyserNode
Instance Properties
fftSize
int
read / write
frequencyBinCount
int
read-only
maxDecibels
num
read / write
minDecibels
num
read / write
smoothingTimeConstant
num
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
getByteFrequencyData
(
Uint8List
array
) →
void
getByteTimeDomainData
(
Uint8List
array
) →
void
getFloatFrequencyData
(
Float32List
array
) →
void
getFloatTimeDomainData
(
Float32List
array
) →
void
addEventListener
(
String
type
,
dynamic
listener
(
Event
event
)
, [
bool
useCapture
]) →
void
Inherited
removeEventListener
(
String
type
,
dynamic
listener
(
Event
event
)
, [
bool
useCapture
]) →
void
Inherited
dispatchEvent
(
Event
event
) →
bool
Inherited
disconnect
(
int
output
) →
void
Inherited
connectNode
(
AudioNode
destination
, [
int
output
=
0
,
int
input
=
0
]) →
void
Inherited
connectParam
(
AudioParam
destination
, [
int
output
=
0
]) →
void
Inherited