Quantcast
Channel: Library Questions - Processing 2.x and 3.x Forum
Viewing all articles
Browse latest Browse all 2896

Song doesnt start at the beginning

$
0
0
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


Viewing all articles
Browse latest Browse all 2896

Trending Articles