web api instance property
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:
equalpower: Represents the equal-power panning algorithm, generally regarded as simple and efficient.equalpoweris the default value.HRTF: Renders a stereo output of higher quality thanequalpower— it uses a convolution with measured impulse responses from human subjects.
Value
An enum — see PanningModelType.
Examples
See BaseAudioContext.createPanner() 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.