public void setup(){
loadImages();
surface.setTitle("Alchemy");
surface.setIcon(icon);
setupRoom("menu");
minim = new Minim(this);
song = minim.loadFile(filepath+"Frozen Star.mp3");
song.play();
}
when it plays the file, it skips 5 seconds into the song. INTERESTINGLY when I tried other files they don't have THIS PROBLEM. what is wrong?? Is there something wrong with the file itself? I've listened to it using media player and nothing is wrong with it though