small fix to createWaveTable()
authorcrogers
Tue, 17 Apr 2012 11:35:56 -0700
changeset 43 8afac6dc9ac4
parent 42 e2e433d4ecc0
child 44 45ffd5850438
small fix to createWaveTable()
webaudio/specification.html
--- a/webaudio/specification.html	Mon Apr 16 16:00:40 2012 -0700
+++ b/webaudio/specification.html	Tue Apr 17 11:35:56 2012 -0700
@@ -989,7 +989,7 @@
       In audio terminology, the first element (index 0) is the DC-offset of the periodic waveform and is usually set to zero.
       The second element (index 1) represents the fundamental frequency.  The third element represents the first overtone, and so on.</p>
       <p>The <dfn id="dfn-imag">imag</dfn> parameter represents an array of <code>sine</code> terms (traditionally the B terms).
-      In audio terminology, the first element (index 0) is the Nyquist value of the periodic waveform and is usually set to zero.
+      The first element (index 0) should be set to zero (and will be ignored) since this term does not exist in the Fourier series.
       The second element (index 1) represents the fundamental frequency.  The third element represents the first overtone, and so on.</p>
     </dd>
 </dl>