Seems the latest version of Jorbis has a bug which causes the length of a `.ogg` song to get a negative value if it’s longer than ~34 minutes. As I mostly deal with livesets of several hours, this didn’t work well for me.

Anyways, the fix is to convert the length calculation `int`s to `long`, and remove the `Math.round()` calls.