Specify default value for .distanceModel
authorcrogers
Wed, 03 Oct 2012 12:26:39 -0700
changeset 170 d4beeb6ccfff
parent 169 24bbac1a495c
child 171 627e782b34fe
Specify default value for .distanceModel
webaudio/specification.html
--- a/webaudio/specification.html	Tue Oct 02 12:33:36 2012 -0700
+++ b/webaudio/specification.html	Wed Oct 03 12:26:39 2012 -0700
@@ -2197,8 +2197,9 @@
 <dl>
   <dt id="dfn-distanceModel"><code>distanceModel</code></dt>
     <dd><p>Determines which algorithm will be used to reduce the volume of an
-      audio source as it moves away from the listener. 
-      <!--span class="ednote">TODO: add constants </span --></p>
+      audio source as it moves away from the listener. See the <b>constants</b> for the available choices.
+      The default is <b>INVERSE_DISTANCE</b>.
+</p>
     </dd>
 </dl>
 <dl>