minDecibels property
double
get
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;
set
minDecibels
(num value)
Implementation
set minDecibels(num value);