docs.rodeo

MDN Web Docs mirror

PannerNode: maxDistance property

{{ APIRef("Web Audio API") }} 

The maxDistance property of the {{ domxref("PannerNode") }}  interface is a double value representing the maximum distance between the audio source and the listener, after which the volume is not reduced any further. This value is used only by the linear distance model.

The maxDistance property’s default value is 10000.

Value

A double. The default is 10000, and non-positive values are not allowed.

Exceptions

Examples

See BaseAudioContext.createPanner() for example code.

Specifications

{{Specifications}} 

Browser compatibility

{{Compat}} 

See also

In this article

View on MDN