Firefox Tomorrow

web api instance property

StereoPannerNode: pan property

View on MDN ↗

The pan property of the StereoPannerNode interface is an a-rate AudioParam representing the amount of panning to apply. The value can range between -1 (full left pan) and 1 (full right pan).

Value

An a-rate AudioParam containing the panning to apply.

[!NOTE] Though the AudioParam returned is read-only, the value it represents is not.

Examples

See BaseAudioContext.createStereoPanner() for example code.

Specifications

SpecificationsStandards references are available on the canonical MDN page.

Browser compatibility

Browser compatibilityCompatibility data is available on the canonical MDN page.

See also