w3c / mediacapture-worker

MediaStream with worker
Other
9 stars 12 forks source link

Define the processing model #20

Open anssiko opened 9 years ago

anssiko commented 9 years ago

We should add a processing model section similar to http://padenot.github.io/web-audio-api/#processing-model (currently an early draft by @padenot). Consider at least threads, message passing, event loops, asynchronous operations. I think we share much of the common ground with the Web Audio API processing model, and should reuse and adapt the model and terminology for this spec when more settled.

ChiahungTai commented 9 years ago

Great idea. :+1: Anne also suggest similar thing to me. I will start it later.

anssiko commented 9 years ago

Related: Worklets, aka Processors aka Isolated Workers. Used by e.g. StyleWorklet defined in CSS Properties and Values API Level 1.