diff --git a/index.bs b/index.bs index 556a7ebf5..a224eb392 100644 --- a/index.bs +++ b/index.bs @@ -5489,30 +5489,30 @@ Methods this method is called, a {{NotSupportedError}} MUST be thrown. - Describes which direction the listener is pointing in the 3D - cartesian coordinate space. Both a front vector and an - up vector are provided. In simple human terms, the - front vector represents which direction the person's - nose is pointing. The up vector represents the direction + {{AudioListener/setOrientation()}} describes which direction the listener is pointing in the 3D + cartesian coordinate space. Both a [=front=] vector and an + [=up=] vector are provided. In simple human terms, the + front vector represents which direction the person's + nose is pointing. The up vector represents the direction the top of a person's head is pointing. These two vectors are expected to be linearly independent. For normative requirements of how these values are to be interpreted, see the [[#Spatialization]]. - The x, y, z parameters represent a front + The {{AudioListener/setOrientation()/x!!argument}}, {{AudioListener/setOrientation()/y!!argument}}, and {{AudioListener/setOrientation()/z!!argument}} parameters represent a front direction vector in 3D space, with the default value being (0,0,-1). - The xUp, yUp, zUp parameters represent an - up direction vector in 3D space, with the default value + The {{AudioListener/setOrientation()/xUp!!argument}}, {{AudioListener/setOrientation()/yUp!!argument}}, and {{AudioListener/setOrientation()/zUp!!argument}} parameters represent an + up direction vector in 3D space, with the default value being (0,1,0).
-			x:
-			y:
-			z:
-			xUp:
-			yUp:
-			zUp:
+			x: forward x direction fo the {{AudioListener}}
+			y: forward y direction fo the {{AudioListener}}
+			z: forward z direction fo the {{AudioListener}}
+			xUp: up x direction fo the {{AudioListener}}
+			yUp: up y direction fo the {{AudioListener}}
+			zUp: up z direction fo the {{AudioListener}}
 		
@@ -5535,19 +5535,19 @@ Methods this method is called, a {{NotSupportedError}} MUST be thrown. - Sets the position of the listener in a 3D cartesian coordinate + {{AudioListener/setPosition()}} sets the position of the listener in a 3D cartesian coordinate space. {{PannerNode}} objects use this position relative to individual audio sources for spatialization. - The x, y, z parameters represent the coordinates + The {{AudioListener/setPosition()/x!!argument}}, {{AudioListener/setPosition()/y!!argument}}, and {{AudioListener/setPosition()/z!!argument}} parameters represent the coordinates in 3D space. The default value is (0,0,0).
-			x:
-			y:
-			z:
+			x: x-coordinate of the position of the {{AudioListener}}
+			y: y-coordinate of the position of the {{AudioListener}}
+			z: z-coordinate of the position of the {{AudioListener}}