smoothingTimeConstant property

double 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

external double get smoothingTimeConstant;
set smoothingTimeConstant (num value)

Implementation

external set smoothingTimeConstant(num value);