TIFF Font Hack InstallerRandom Homebrew: TIFF Font Hack Installer
Allows you to change the system fonts on your 2.0-2.80 PSP
Friends: Coding 'n Cracking - Nymphaea - PS3 Forum - darkforestgroup - daxhordes.org - Tgames - coldbird - gopsp.it - pspstation.org - prometheus - hgoel.info - MakeSmartTV - ps vita

mp3 error

Forum rules
Any post not directly related to programming will be moderated.
Do not request people to code something for you.
Avoid posting messages that do not bring anything to the conversation. We want the threads in this subforum to stay focused.

Re: mp3 error

Postby varun » Wed Feb 08, 2012 1:36 pm

well i have a lot on my side, but u 2 are experienced programmers, moderators and linux users......http://www.devx.com/opensource/Article/16969,was first on google and it explains pretty well GUI.....
btw , i have once used linux and that day i realized., how complicated understanding its gui was.....
.
.
.
.
.
Lets leave all this stuff. i mean i already had such discussions a few months back, and dont wanna repeat the same..
so i will STFU :mrgreen: :mrgreen:
User avatar
varun
Banned
 
Posts: 1059
Joined: Thu Jan 27, 2011 12:32 pm
Location: Mars

Re: mp3 error

Postby m0skit0 » Thu Feb 09, 2012 8:15 am

varun wrote:but u 2 are experienced programmers, moderators and linux users

Do you think we were born experienced programmers, moderators and Linux users? I'm just guiding you on how to get there...

varun wrote:http://www.devx.com/opensource/Article/16969,was first on google and it explains pretty well GUI.....

That? Seriously? August 13, 2003? :roll: :lol:

varun wrote:i have once used linux and that day i realized., how complicated understanding its gui was.....

Huh? When? 2003? :lol: The GUI is the same than on Windows: mouse, windows, menus... :roll:
I wanna lots of mov al,0xb
Image
"just not into this RA stuffz"
User avatar
m0skit0
Guru
 
Posts: 4787
Joined: Mon Sep 27, 2010 6:01 pm

Re: mp3 error

Postby noname120 » Thu Feb 09, 2012 11:50 am

You can also use a library like libge or OSlib.
noname120
 
Posts: 660
Joined: Thu Oct 07, 2010 4:29 pm

Re: mp3 error

Postby varun » Fri Feb 10, 2012 8:24 am

can any one tell how do i know when my music has finished....., also can i see id3 tags in libs audio...its so easier than mp3me

@noname120 i saw it, it looks cool, will try it later since i already have a working lib..
User avatar
varun
Banned
 
Posts: 1059
Joined: Thu Jan 27, 2011 12:32 pm
Location: Mars

Re: mp3 error

Postby psPea » Fri Feb 10, 2012 6:39 pm

Code: Select all
void ufunc(void* audio, int event){//called in the decode/playback thread
    if (event == EVENT_stopAudio){
        //audio finished of manually stopped
    }
}
setUserFunctionAudio(mp3, ufunc);

There is only one for id3v1
Code: Select all
typedef struct{
        char *Title,
             *Artist,
             *Album,
             *Year,
             *Comment,
             *Track,
              Genre;
} ID3v1;

ID3v1 *getMp3ID3Info(char *filename);
User avatar
psPea
 
Posts: 43
Joined: Sat May 21, 2011 7:04 pm

Previous

Return to Programming

Who is online

Users browsing this forum: No registered users and 2 guests