check out this tutorial if you want to use C/C++: http://www.scriptscribbler.com/psp/tuto ... sson01.htm
You can also use Lua.
Search found 3 matches
- Sun Jan 15, 2006 3:21 am
- Forum: PSP Development
- Topic: New Developer Seeks Resources
- Replies: 6
- Views: 2909
- Mon Jan 09, 2006 12:13 pm
- Forum: PSP Development
- Topic: VoIP building blocks .)
- Replies: 28
- Views: 21573
sceHprmIsMicrophoneExist sceAudioInputInit sceAudioWaitInputEnd sceAudioGetInputLength sceAudioInput sceAudioInputBlocking we need sthng like: setSamplerate (8kHz, 11kHz, 22, 32, 44.1, 48, etcetc-) setSampleSize (8bit, 16bit, etc) setBufferLength(256samples, 512 samples, etc) bufferFilledCallback (...
- Mon Jan 09, 2006 6:44 am
- Forum: PSP Development
- Topic: VoIP building blocks .)
- Replies: 28
- Views: 21573
I saw somewhere in the most recent toolchian/sdk something which checks to see if the microphone is there... would that help? but of course, i lost it. *rolls eyes, and keeps looking* edit: there it is, \usr/local/pspdev/psp/sdk/include/psphprm.h it isnt commented, however it looks the same as the o...