Processing ScriptProcessor node callbacks out of main thread

Hi all,
I have found there to be issues with using ScriptProcessor node being on
the main thread, my application plays audio and updates UI which causes
drop-outs in audio. There was a post a while ago about using WebWorker for
processing:
http://lists.w3.org/Archives/Public/public-audio/2011OctDec/0098.html

Looking at the API nothing has materialised out of that.
Is there any way to decouple the ScriptProcessor node from UI and the rest
or some way to make sure these time-sensitive calls are prioritised?

Received on Monday, 17 June 2013 15:16:01 UTC