Search found 2 matches

by Cyborg
Wed Feb 03, 2010 9:55 am
Forum: PSP Development
Topic: Loading the MP3 Files
Replies: 4
Views: 5229

You can use the sce(IO)Dopen functions (dunno if the IO part is part of the function names) to get the files in that directory. There is a MP3 play sample in the SDK. Yea I know that. int fd = sceIoOpen( ms0:/MUSIC/Closer.mp3, PSP_O_RDONLY, 0777 ); But it doesnt show how to ...
by Cyborg
Wed Feb 03, 2010 4:40 am
Forum: PSP Development
Topic: Loading the MP3 Files
Replies: 4
Views: 5229

Loading the MP3 Files

Im kinda new to this site. I wants to know how can I load my mp3 files so it cycles through each song w/o me going back to type in a individual song at a time?

Code: Select all

ms0:/MUSIC/Closer.mp3
I just want my program to read my MUSIC folder and play the songs thats in it.