smoothingTimeConstant property
TauTime
get
smoothingTimeConstant
The smoothingTimeConstant
property of the AnalyserNode interface
is a double value representing the averaging constant with the last
analysis frame. It's basically an average between the current buffer and
the last buffer the AnalyserNode
processed, and results in a much
smoother set of value changes over time.
Implementation
TauTime get smoothingTimeConstant;
set
smoothingTimeConstant
(TauTime value)
Implementation
set smoothingTimeConstant(TauTime value);