ReadonlyforwardThe forwardX read-only property of the AudioListener interface is an AudioParam representing the x value of the direction vector defining the forward direction the listener is pointing in.
ReadonlyforwardThe forwardY read-only property of the AudioListener interface is an AudioParam representing the y value of the direction vector defining the forward direction the listener is pointing in.
ReadonlyforwardThe forwardZ read-only property of the AudioListener interface is an AudioParam representing the z value of the direction vector defining the forward direction the listener is pointing in.
ReadonlypositionThe positionX read-only property of the AudioListener interface is an AudioParam representing the x position of the listener in 3D cartesian space.
ReadonlypositionThe positionY read-only property of the AudioListener interface is an AudioParam representing the y position of the listener in 3D cartesian space.
ReadonlypositionThe positionZ read-only property of the AudioListener interface is an AudioParam representing the z position of the listener in 3D cartesian space.
ReadonlyupThe upX read-only property of the AudioListener interface is an AudioParam representing the x value of the direction vector defining the up direction the listener is pointing in.
ReadonlyupThe upY read-only property of the AudioListener interface is an AudioParam representing the y value of the direction vector defining the up direction the listener is pointing in.
ReadonlyupThe upZ read-only property of the AudioListener interface is an AudioParam representing the z value of the direction vector defining the up direction the listener is pointing in.
The
AudioListenerinterface represents the position and orientation of the unique person listening to the audio scene, and is used in audio spatialization.MDN Reference