currentTime property
The read-only currentTime
property of the AudioWorkletGlobalScope
returns a double that represents the ever-increasing context
time of the audio block being processed. It is equal to the
BaseAudioContext.currentTime property of the BaseAudioContext the
worklet belongs to.
Implementation
TauTime get currentTime;