minDecibels property
The minDecibels property of the AnalyserNode interface 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
external double get minDecibels;
Implementation
external set minDecibels(num value);