How to create an audio player timeline?

Hi friends,

how can I create a timeline with an audio position playhead for the three.js audio player?
Is there a currentPosition property for audio? That would be a good start point, but I couldn’t find it.

There is no currentPosition in THREE.Audio. If you need the current time value of a particular audio buffer, i assume you have to calculated it via internal properties like startTime, offset or context.currentTime.