Audio Funtions for PSP tutorial needed

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
sg57
Posts: 144
Joined: Fri Oct 14, 2005 2:26 pm

Audio Funtions for PSP tutorial needed

Post by sg57 »

i hav eread thro all the tutorials out thre for hte psp and such for c/c++ programming for it, but ive yet to find one wiht audio teaching, could any one who knows how to add audio and such to a program tell me how and what codecs and LIBS i need and such from svn...thanks!

P.S. what code snippet would i put if i wanted my cursor, i control (kind of like a mouse), to blit an image when it goes over a certain area of pixels?

proably something like:

#define cursorX 1
#define cursorY 1

if(cursorX>150; cursorX<200; cursorY>100; cursorY<150;) {
blitAlphaImageToScreen(0 ,0 ,32 , 32, cursor, x, y);
}

thanks for nay help
Post Reply