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