StereoPannerNode - Web APIs | MDN

Constructor

StereoPannerNode()

Creates a new instance of a StereoPannerNode object.

Instance properties

Inherits properties from its parent, AudioNode.

StereoPannerNode.pan Read only

An a-rate AudioParam representing the amount of panning to apply.

Instance methods

No specific method; inherits methods from its parent, AudioNode.

Example

See BaseAudioContext.createStereoPanner() for example code.

Specifications

Specification
Web Audio API
# stereopannernode

Browser compatibility

See also

Help improve MDN

Learn how to contribute

This page was last modified on by MDN contributors.