rolloffFactor property

double rolloffFactor

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;
void rolloffFactor=(num value)

Implementation

set rolloffFactor(num value);