Search found 9 matches

by JoRDozZzz
Sat Apr 28, 2007 2:52 am
Forum: PSP Development
Topic: Message when listining MP3 in homebrew
Replies: 5
Views: 3221

I've done the #undef printf in the mp3player.c but i still see a message in the homebrew. // mp3player.c&#58; MP3 Player Implementation in C for Sony PSP // //////////////////////////////////////////////////////////////////////////// #include <pspkernel.h> #include <pspdebug.h> #include <pspiofi...
by JoRDozZzz
Fri Apr 27, 2007 5:05 pm
Forum: PSP Development
Topic: Message when listining MP3 in homebrew
Replies: 5
Views: 3221

Message when listining MP3 in homebrew

Hello, I'd like to hear music in my homebrew, on thebackground. that's done, but now when i ear a mp3-song. I see information about that song in my screen. I don't like that cause i'd like to hear the mp3 on the background and without any controls for play and pause. Maybe someone can help; Message ...
by JoRDozZzz
Fri Apr 27, 2007 6:37 am
Forum: PSP Development
Topic: Compile Error
Replies: 6
Views: 2630

It's done, sorry for all those double posts in this topic :( but i've to say that i ve a musicsong AND an image in my homebrew. Thats what i want :D Thanks again :)

Greetzz
by JoRDozZzz
Fri Apr 27, 2007 6:29 am
Forum: PSP Development
Topic: Compile Error
Replies: 6
Views: 2630

Insert_witty_name your the best of the world. compiling is done. i've started the homebrew, but displaying the image and listening to music didn't work, so there is something wrong in de main.c source. But i'm going to ask friends to help me with the source, but compiling is now available to say so ...
by JoRDozZzz
Fri Apr 27, 2007 5:26 am
Forum: PSP Development
Topic: Compile Error
Replies: 6
Views: 2630

Thanks, now i don't have ALL those errors. But i still have some errors. This is my error right now: psp-gcc -I. -I/usr/local/pspdev/psp/sdk/include -O2 -G0 -Wall -D_PSP_FW_VERSION= 150 -L. -L/usr/local/pspdev/psp/sdk/lib mp3player.o main.o graphics.o framebu ffer.o -lmad -lpspaudiolib -lpspaudio -l...
by JoRDozZzz
Fri Apr 27, 2007 5:23 am
Forum: PSP Development
Topic: Compile Error
Replies: 6
Views: 2630

OK Thanks for your comment. I've done that and now it's like this: TARGET = mp3foto OBJS = mp3player.o main.o graphics.o framebuffer.o CFLAGS = -O2 -G0 -Wall CXXFLAGS = $(CFLAGS) -fno-exceptions -fno-rtti ASFLAGS = $(CFLAGS) LIBDIR = LIBS = -lmad -lpspaudiolib -lpspaudio -lpsppower -lpng -lz -lpspgu...
by JoRDozZzz
Fri Apr 27, 2007 4:34 am
Forum: PSP Development
Topic: Compile Error
Replies: 6
Views: 2630

Compile Error

Hello everybody, I'm a beginner with coding in c/c++ and i'm doing a lot of tutorials and try to load music and images in an homebrew. I've made this but i get an error when i compile it. Someone else tried to help me, but it doesn't helped me. please can someone here help me, i'd really like to loa...
by JoRDozZzz
Thu Apr 05, 2007 8:04 am
Forum: PSP Development
Topic: ATRAC3 Player Sample
Replies: 76
Views: 50456

someone else gave me a tutorial of adding sound
Link

i've done this and now i have music playback on the background in my homebrew.. xD xD

ty,
// JoRDozZzz[/url]
by JoRDozZzz
Thu Apr 05, 2007 6:36 am
Forum: PSP Development
Topic: ATRAC3 Player Sample
Replies: 76
Views: 50456

hello everybody, i came via google on this forum and i saw this thread about a Simpel Atrac3 Player. I'm coding in c/c++ for some weeks, so i'm a n00b. but i've my first homebrew, but i really would like to hear music when in homebrew. If you know the program Flash Agent, made by Hallo007, yoou know...