Richienb / audic

Play some audio.
MIT License
68 stars 9 forks source link

Convert audic.currentTime from seconds to milliseconds #24

Open muyabells opened 1 year ago

muyabells commented 1 year ago

It is very needed for my project, since I need to sync up the music time and the execution of a script.

Richienb commented 1 year ago

We'd need something better than polling What do the VLC web UI do to solve this?

muyabells commented 1 year ago

There is this thread: https://stackoverflow.com/questions/48998447/vlc-get-current-play-time.