sghpjuikit / player

Audio player and management application.
22 stars 2 forks source link

Player StackOverflow #161

Closed sghpjuikit closed 4 years ago

sghpjuikit commented 5 years ago

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.

sghpjuikit commented 5 years ago

I'm finally refactoring Player, which will unblock bunch of changes, like this problem, playback suspension, etc...

sghpjuikit commented 4 years ago

Hm. I can reproduce this with songs that report length 0ms. This may be bug in Jaudiotagger.

Fixed in 28ad82c5