Note: This feature is available in Dedicated Web Workers.
The timestamp read-only property of the AudioData interface returns the timestamp of this AudioData object.
An integer.
The below example prints the value of timestamp to the console.
console.log(AudioData.timestamp);