Author |
Message |
XxJU571NxX
|
Posted: Sat Apr 28, 2007 9:54 pm Post subject: How to make a mulitmedia player in C |
|
|
Well I've been looking all over the net for a tutorial on how to make a app that can file browse and play music and view photos. Well if any one knows how can they please help me out? |
|
|
|
|
 |
Sponsor Sponsor

|
|
 |
Andy
|
Posted: Sun Apr 29, 2007 12:47 am Post subject: Re: How to make a mulitmedia player in C |
|
|
umm i made an mp3 database/player using the fmod module before. i'm not sure if they'll work for c tho since mine was in C++. And as for pictures, i'd use directx, which is again C++. is this a project for school? |
|
|
|
|
 |
md

|
Posted: Sun Apr 29, 2007 2:11 pm Post subject: RE:How to make a mulitmedia player in C |
|
|
DirectX is actually language independent. COM can be used in C as well as C++. |
|
|
|
|
 |
XxJU571NxX
|
Posted: Sun Apr 29, 2007 8:29 pm Post subject: RE:How to make a mulitmedia player in C |
|
|
Yeah its for school but I'd also like to test it on 3rd party devices (psp) thats why I chose C. |
|
|
|
|
 |
Andy
|
Posted: Sun Apr 29, 2007 8:40 pm Post subject: RE:How to make a mulitmedia player in C |
|
|
you're right. my bad. |
|
|
|
|
 |
XxJU571NxX
|
Posted: Mon Apr 30, 2007 5:56 pm Post subject: RE:How to make a mulitmedia player in C |
|
|
Anybody know any tuts to look up or do you guys know how? |
|
|
|
|
 |
Junkhead
|
Posted: Sun Jul 22, 2007 7:10 pm Post subject: Re: How to make a mulitmedia player in C |
|
|
Sorry dude, the most I can advise you to do is use SDL (and it's SDL_Image library) with OpenGL. They are well suited to the tasks, not to mention, open source as well. They will also work on your PSP, I'm sure. |
|
|
|
|
 |
|