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

On Tue, Aug 12, 2014 at 7:07 PM, Srikumar K. S. <srikumarks@gmail.com>
wrote:

> In fact, I just realized that to even access “currentTime”, we’d need
> access to the audio context within a worker node .. which the current
> proposal doesn’t provide and therefore playbackTime is not redundant as the
> proposal stands.
>

Indeed.  That's also why the current spec-under-development (
http://cwilso.github.io/web-audio-api/) has sampleRate exposed in the
AudioWorkerGlobalScope - because you can't access the AudioContext.

Received on Wednesday, 13 August 2014 15:29:50 UTC