Playstation 2 MP3 Player Source Code

Discuss the development of software, tools, libraries and anything else that helps make ps2dev happen.

Moderators: cheriff, Herben

Post Reply
PrimeTime
Posts: 25
Joined: Thu Aug 19, 2004 7:49 pm

Playstation 2 MP3 Player Source Code

Post by PrimeTime »

Here it is.

http://www.personal.psu.edu/users/r/t/r ... ojects.htm

On the bottom of the page.

Regards,
Ryan Kegel
User avatar
Shazz
Posts: 244
Joined: Tue Aug 31, 2004 11:42 pm
Location: Somewhere over the rainbow
Contact:

Post by Shazz »

That's really nice !

I'm hurry to look at the streaming part...

It is worth a topic on ps2dev.org no ?
- TiTAN Art Division -
http://www.titandemo.org
User avatar
Shazz
Posts: 244
Joined: Tue Aug 31, 2004 11:42 pm
Location: Somewhere over the rainbow
Contact:

Post by Shazz »

Ep PrimeTime,

All apologies for this probably noob question but... is your rmalloc a well known replacement for malloc ?

I thought I understood that the goal was to have contiguous memory allocation at each new rmalloc... maybe I'm wrong...

Just curious as usual ;-)
- TiTAN Art Division -
http://www.titandemo.org
PrimeTime
Posts: 25
Joined: Thu Aug 19, 2004 7:49 pm

Post by PrimeTime »

rmalloc uses malloc it is just a wrapper that I used for debugging purposes. It keeps the size of all the memory I allocated with it so that I could see about how much memory my program will use at its peak. You don't even need to use rmalloc.
dussel
Posts: 1
Joined: Thu Nov 04, 2004 5:23 pm

Post by dussel »

Hi PrimeTime,

it is possible that the PS2OS-Team ( PS2OS ) include your MP3-Player in their Program?

Regards Dussel
PrimeTime
Posts: 25
Joined: Thu Aug 19, 2004 7:49 pm

Post by PrimeTime »

of course, go for it
Post Reply