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

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

--- Comment #78 from Grant Galitz <grantgalitz@gmail.com> 2012-07-29 17:08:56 UTC ---
I'd recommend mozAudio style, with no callbacks, but rather a
mozCurrentSampleOffet function to determine the audio clock position. This
would allow the API to not have to wait on callbacks for a fill. Blocking would
only occur at the write function and offset read back function.

-- 
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 Sunday, 29 July 2012 17:08:58 UTC