alexbw/novocaine

AudioFileReader currentTime goes past the duration

chloebelle opened this issue · 1 comments

Hi,

I am using this library for a music app. Thanks for the great library! Anyway, I noticed that for some songs the AudioFileReader currentTime goes past the duration. For example there's this song that has a duration of 234.143997 with a last current time of 253.638702. I am not that familiar with audio and I wonder if there's a property that I can set to minimize the difference. Btw, I also tried timing the song while it's playing and the duration is just right(the song plays for 234 sec) but the currentTime exceeded. Thanks!

I'm having a similar issue, but in my case, the current time is sometimes negative and it never reaches the duration.