minDecibels property

double minDecibels

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

Implementation

double get minDecibels;
void minDecibels=(num value)

Implementation

set minDecibels(num value);