PannerNode: panningModel property

The panningModel property of the PannerNode interface is an enumerated value determining which spatialization algorithm to use to position the audio in 3D space.

The possible values are:

Value

An enum — see PanningModelType.

Examples

See BaseAudioContext.createPanner() for example code.

Specifications

See also