Bug 19704: Acceptable range for value of AnalyserNode's fftSize
authorcrogers
Mon, 08 Apr 2013 14:51:39 -0700
changeset 289 7e5e69ce9ad8
parent 288 29da517f565e
child 290 5c21ad646174
Bug 19704: Acceptable range for value of AnalyserNode's fftSize
webaudio/specification.html
--- a/webaudio/specification.html	Mon Apr 08 13:23:13 2013 -0400
+++ b/webaudio/specification.html	Mon Apr 08 14:51:39 2013 -0700
@@ -2987,7 +2987,7 @@
 <dl>
   <dt id="dfn-fftSize"><code>fftSize</code></dt>
     <dd><p>The size of the FFT used for frequency-domain analysis. This must be
-      a non-zero power of two, otherwise an INDEX_SIZE_ERR exception MUST be thrown.
+      a non-zero power of two in the range 32 to 2048, otherwise an INDEX_SIZE_ERR exception MUST be thrown.
       The default value is 2048.</p>
     </dd>
 </dl>