Re: Call for Consensus: retire current ScriptProcessorNode design & AudioWorker proposal

> To me, it would even be acceptable to support *only* 128 since I’m happy to build in any
> other buffering I’d need. The buffer length argument of main thread script node was, I believe,
> introduced to give some control over potential UI/layout related stuttering by increasing latency. 
> This would no longer be necessary with worker nodes since they’ll be running in the same 
> thread.

Also, if worker nodes are running synchronously in the audio thread, the playbackTime field 
in the event can perhaps be removed. It seems to me that playback time would be the same as 
currentTime or currentTime+bufferLength/samplingRate in all cases?

Received on Wednesday, 13 August 2014 00:57:10 UTC