AudioListener: upY property
Limited availability
This feature is not Baseline because it does not work in some of the most widely-used browsers.
TheupY read-only property of theAudioListener interface is anAudioParam representing the y value of the direction vector defining the up direction the listener is pointing in.
Note:The parameter isa-rate when used with aPannerNode whosePannerNode is set to equalpower, ork-rate otherwise.
In this article
Value
AnAudioParam. Its default value is 1, and it can range between positive and negative infinity.
Examples
SeeBaseAudioContext.createPanner() for example code.
Specifications
| Specification |
|---|
| Web Audio API> # dom-audiolistener-upy> |