joshwcomeau / use-sound

A React Hook for playing sound effects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Duration Tracking

carlosbtlr opened this issue · comments

Not an issue per se, more like a question.

I'm trying to track the duration of an audio file to display a countdown while the audio file is being played.

It can be in milliseconds as I already know how to do the parsing, I just want to know how to display the countdown.

Thanks in advance.