Re: [web-audio-api] (JSWorkers): ScriptProcessorNode processing in workers (#113)

> [Original comment](https://www.w3.org/Bugs/Public/show_bug.cgi?id=17415#93) by Olivier Thereaux on W3C Bugzilla. Wed, 27 Mar 2013 23:02:02 GMT

Resolution at the 2013-03-27 f2f meeting:

1. We will add a way to use ScriptProcessorNode with workers

2. The creation method will be similar to what was proposed in MediaStreamProcessing

See: http://www.w3.org/TR/streamproc/#stream-mixing-and-processing
and example 9 

  document.getElementById("out").src = new ProcessedMediaStream(new Worker("synthesizer.js"));

http://people.mozilla.org/~roc/stream-demos/worker-generation.html

3. We will not specify a buffer size, the UA will choose appropriately.

---
Reply to this email directly or view it on GitHub:
https://github.com/WebAudio/web-audio-api/issues/113#issuecomment-24244840

Received on Wednesday, 11 September 2013 14:30:51 UTC