web api instance property
AudioListener: positionY property
The positionY read-only property of the AudioListener interface is an AudioParam representing the y position of the listener in 3D cartesian space.
[!NOTE] The parameter is a-rate when used with a
PannerNodewhosePannerNodeis set to equalpower, or k-rate otherwise.
Value
An AudioParam. Its default value is 0, and it can range between positive and negative infinity.
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.