[Bug 22723] OfflineAudioContext and ScriptProcessorNodes

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

--- Comment #25 from Srikumar Subramanian (Kumar) <srikumarks@gmail.com> ---
(In reply to comment #24)
> (In reply to comment #23)
> > Yes, you're right there.  One solution is to forbid graph manipulation in
> > that case.
> 
> That would be OK, but it will be quite a lot of work to specify and
> implement checks for every single API that must be blocked.

Synchronous graph manipulation is, I'd say, a *must have* in the offline case.
If I want to mix down a 5 minute composition with  8 tracks with 1 voice in
each track triggered every second (not too taxing a scenario for the realtime
composer case), that would need 2400 nodes to be pre-created ... and this
doesn't count effects nodes. Permitting the graph to be changed within a script
node would provide a way to instantiate these voices just in time. 

If that isn't possible, it would help to add a separate synchronous event that
can be used for this purpose, that would also be useful for tracking progress
of an offline context.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Wednesday, 24 July 2013 06:48:10 UTC