So far all mp3 files I've tried work just fine, however, when trying a file I converted from Vorbis format it just wouldn't play.
No errors or anything, it's just that it doesn't make any sound.
Tried multiple converting apps.
Any way this can be solved?
InputStream iStreamSound = getClass().getResourceAsStream("file.mp3");
Player p = Manager.createPlayer(iStreamSound, "audio/mp3");
p.start();