rolloffFactor property
The rolloffFactor
property of the PannerNode is a double
value describing how quickly the volume is reduced as the source moves
away from the listener. This value is used by all distance models. The
rolloffFactor
property's default value is 1
.
Implementation
double get rolloffFactor;
Implementation
set rolloffFactor(num value);