Bug 20681: spatial coords should just be in metres
authorcrogers
Mon, 08 Apr 2013 14:56:13 -0700
changeset 290 5c21ad646174
parent 289 7e5e69ce9ad8
child 291 9769f4b94d63
Bug 20681: spatial coords should just be in metres
webaudio/specification.html
--- a/webaudio/specification.html	Mon Apr 08 14:51:39 2013 -0700
+++ b/webaudio/specification.html	Mon Apr 08 14:56:13 2013 -0700
@@ -2720,10 +2720,7 @@
 
 interface <dfn id="dfn-AudioListener">AudioListener</dfn> {
 
-    <span class="comment">// same as OpenAL (default 1) </span>
     attribute double dopplerFactor;
-
-    <span class="comment">// in meters / second (default 343.3) </span>
     attribute double speedOfSound;
 
     <span class="comment">// Uses a 3D cartesian coordinate system </span>
@@ -2748,7 +2745,7 @@
 <dl>
   <dt id="dfn-speedOfSound"><code>speedOfSound</code></dt>
     <dd><p>The speed of sound used for calculating doppler shift. The default
-      value is 343.3 meters / second. </p>
+      value is 343.3. </p>
     </dd>
 </dl>
 </div>