[Bug 17415] (JSWorkers): JavaScriptAudioNode processing in workers

https://www.w3.org/Bugs/Public/show_bug.cgi?id=17415

--- Comment #52 from Grant Galitz <grantgalitz@gmail.com> 2012-07-26 15:09:36 UTC ---
There's always some lag with comm to a webworker, and losing the direct ability
to be called for refill on the same thread for audio makes the entire web app
vulnerable to lag spikes in webworker communication. I saw this with the
MediaStream API, where sync backs would be bunched up too much causing too much
inconsistency and thus gaps.

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

Received on Thursday, 26 July 2012 15:09:42 UTC