This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
We discussed about FFT value back in May, and resolved that it was OK as a power of 2, rather than being an arbitrary value: http://lists.w3.org/Archives/Public/public-audio/2012JanMar/0506.html We have however not addressed a related question about the value range for the FFTSize. Raised by James on 22nd March: http://lists.w3.org/Archives/Public/public-audio/2012JanMar/0460.html and documented in an action item: https://www.w3.org/2011/audio/track/actions/41 [[ For fftSize in RealtimeAnalyserNode in the spec, it only says the value must be power of 2. But in fact in the implementation, the value must be limited in the range of [128, 2048], and it will throw the exception if illegal value of fftSize is set. Which should be documented in the spec. ]]
Fixed: https://dvcs.w3.org/hg/audio/rev/7e5e69ce9ad8
Changeset looks good. Closing.