smoothingTimeConstant property
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;
Implementation
set smoothingTimeConstant(TauTime value);