Search found 8 matches

by Shinen
Sun Nov 27, 2005 8:47 pm
Forum: PSP Development
Topic: Audio usage - functions
Replies: 9
Views: 6350

starman2049 wrote: Has anyone done this without using SDL or other OpenSource routines?
I'm on the way ;) but too lazy.
by Shinen
Sun Nov 27, 2005 8:10 pm
Forum: PSP Development
Topic: Audio usage - functions
Replies: 9
Views: 6350

You could take a look at the PSPSDK samples at http://svn.ps2dev.org/listing.php?repname=psp&path=%2Ftrunk%2Fpspsdk%2Fsrc%2Fsamples%2Faudio%2F&rev=0&sc=0 . The audio functions uses callback functions, which are called from interrupt, I think. Audiolib makes threads with higher priority ...
by Shinen
Fri Nov 18, 2005 8:58 pm
Forum: PSP Development
Topic: Audio usage - functions
Replies: 9
Views: 6350

replying to myself ;) Maybe it is well-known and everyone is too lazy to write a few words ;) but maybe it`d be useful to somebody. The functions with Blocking postfix wait while for the buffer to stop playing and then play the new one (ordinary functions, like sceAudioOutput, start playing the new ...
by Shinen
Wed Nov 16, 2005 8:53 pm
Forum: PSP Development
Topic: Audio usage - functions
Replies: 9
Views: 6350

Audio usage - functions

I've just had a look to audio programming and noticed that there's too little info available on functions' usage and meanings. So, what is the difference between sceAudioOutput and sceAudioOutputBlocking and what *Panned means? Is it also possible to use interrupts when buffer ends ? p.s. I know abo...
by Shinen
Tue Oct 25, 2005 7:37 am
Forum: PSP Development
Topic: first code - intro
Replies: 5
Views: 3828

first code - intro

This lame code was written to refresh my "C" knowledge and start coding for PSP Originaly it's was my first 4k-intro for Amiga written about 9 years ago, so it's my first code for PSP, do not judge very strongly ;) Enjoy this "original" (so nothing new or something secret ;)) cod...
by Shinen
Sun Oct 23, 2005 5:04 am
Forum: PSP Development
Topic: lammy Q : error undefined reference to `sinf'
Replies: 3
Views: 1330

sandberg

thanks for reply :) i'm already resolve this problem (sdk update and -lm) thanks to chp on #amycoders channel :)
by Shinen
Sun Oct 23, 2005 4:16 am
Forum: PSP Development
Topic: lammy Q : error undefined reference to `sinf'
Replies: 3
Views: 1330

nevermind
so .... looks like no such functions available and must write my own ...
by Shinen
Sun Oct 23, 2005 3:25 am
Forum: PSP Development
Topic: lammy Q : error undefined reference to `sinf'
Replies: 3
Views: 1330

lammy Q : error undefined reference to `sinf'

Hi all. Have to start write something under psp and confuzed with such linker error: undefined reference to `sinf' so, i'm compile well few examples which used sinf and cosf. Try to understand my mistake but cant find it :( i'm use same includes and makefile but nothing ... so may be i miss somethin...