Closed sghpjuikit closed 4 years ago
I'm finally refactoring Player, which will unblock bunch of changes, like this problem, playback suspension, etc...
Hm. I can reproduce this with songs that report length 0ms. This may be bug in Jaudiotagger.
Fixed in 28ad82c5
Corrupted or very short songs or even certain non-deterministic playlists may crash the application. The issue lies partly with the detection of when the song stops playing. This also relates to the regression of song looping not producing any audio output.
It's been put off because it is blocked by refactor of Player.class to Kotlin.