fftSize requirement for RealtimeAnalyserNode

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.


Best Regards

James

Received on Thursday, 22 March 2012 09:04:28 UTC