currentTime property
The currentTime
read-only property of the BaseAudioContext
returns a double representing an ever-increasing hardware
timestamp in seconds that
can be used for scheduling audio playback, visualizing timelines, etc. It
starts at 0.
Implementation
TauTime get currentTime;