maxDecibels property

double get maxDecibels

The maxDecibels property of the AnalyserNode interface is a double value representing the maximum power value in the scaling range for the FFT analysis data, for conversion to unsigned byte values — basically, this specifies the maximum value for the range of results when using getByteFrequencyData().

Implementation

external double get maxDecibels;
set maxDecibels (num value)

Implementation

external set maxDecibels(num value);