analyserNode top-level property
dynamic
get
analyserNode
A node able to provide real-time frequency and time-domain analysis information. It is an AudioNode that passes the audio stream unchanged from the input to the output, but allows you to take the generated data, process it, and create audio visualizations.
Implementation
_i2.dynamic get analyserNode => _i4.getProperty(
_self,
'AnalyserNode',
);