How much time is left of an audio file -

Trying to have a counter that is basically counting down an audio file. I know how to find the length of an audio clip, and logic suggests I could get the length - current position to find how much is left…however, I don’t know how to find that ‘current position’.

Anyone have any ideas? thanks!

It sounds like AudioSource.time is what you’re looking for. It can be used to either skip to a new time or read the current one.