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

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

--- Comment #60 from Robert O'Callahan (Mozilla) <roc@ocallahan.org> 2012-07-27 06:50:44 UTC ---
> - We need a reliable main-context event system for scheduling audio actions
> (setInterval is not up to it, it seems).

There can't be any truly reliable way to schedule audio actions on the main
thread.

I doubt you can do better than setInterval plus some way to measure audio
progress, such as mozCurrentSampleOffset.

-- 
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 Friday, 27 July 2012 06:50:54 UTC