- From: Audio Working Group Issue Tracker <sysbot+tracker@w3.org>
- Date: Wed, 16 May 2012 10:07:30 +0000
- To: public-audio@w3.org
Audio-ISSUE-72 (ConvolverNodeState): ConvolverNode state modification [Web Audio API] http://www.w3.org/2011/audio/track/issues/72 Raised by: Philip Jägenstedt On product: Web Audio API When buffer and normalize are modified, when does it take effect? If modifications are not applied atomically, it's possible to get spikes (or dropouts) depending on the order of setting and the previous state. Related: https://www.w3.org/2011/audio/track/issues/28 Further, setting normalize to true is defined using the phrasing "when the buffer atttribute is set", which implies that the order of setting the attributes matters. However, no such order-dependence exists when setting normalize to false. If an order-dependence is intended, it ought to be changed to either commit atomically after the script thread has finished, or we should have a setter taking both a buffer and a normalize flag.
Received on Wednesday, 16 May 2012 10:07:36 UTC