I'm on the way ;) but too lazy.starman2049 wrote: Has anyone done this without using SDL or other OpenSource routines?
Search found 8 matches
- Sun Nov 27, 2005 8:47 pm
- Forum: PSP Development
- Topic: Audio usage - functions
- Replies: 9
- Views: 6514
- Sun Nov 27, 2005 8:10 pm
- Forum: PSP Development
- Topic: Audio usage - functions
- Replies: 9
- Views: 6514
- Fri Nov 18, 2005 8:58 pm
- Forum: PSP Development
- Topic: Audio usage - functions
- Replies: 9
- Views: 6514
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 ...
- Wed Nov 16, 2005 8:53 pm
- Forum: PSP Development
- Topic: Audio usage - functions
- Replies: 9
- Views: 6514
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...
- Tue Oct 25, 2005 7:37 am
- Forum: PSP Development
- Topic: first code - intro
- Replies: 5
- Views: 3954
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...
- Sun Oct 23, 2005 5:04 am
- Forum: PSP Development
- Topic: lammy Q : error undefined reference to `sinf'
- Replies: 3
- Views: 1395
- Sun Oct 23, 2005 4:16 am
- Forum: PSP Development
- Topic: lammy Q : error undefined reference to `sinf'
- Replies: 3
- Views: 1395
- Sun Oct 23, 2005 3:25 am
- Forum: PSP Development
- Topic: lammy Q : error undefined reference to `sinf'
- Replies: 3
- Views: 1395
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...