Search found 4 matches
- Fri Oct 03, 2008 7:32 pm
- Forum: PSP Development
- Topic: SDK Updated with sceMp3 stubs+headers
- Replies: 30
- Views: 22893
- Fri Oct 03, 2008 1:49 pm
- Forum: PSP Development
- Topic: SDK Updated with sceMp3 stubs+headers
- Replies: 30
- Views: 22893
- Fri Oct 03, 2008 1:17 pm
- Forum: PSP Development
- Topic: SDK Updated with sceMp3 stubs+headers
- Replies: 30
- Views: 22893
In the sample code, sceAudioSRCOutputBlocking is used to send the audio data. When I try to change the sceAudioSRCChRelease/sceAudioSRCChReserve/sceAudioSRCOutputBlocking to sceAudioChRelease/sceAudioChReserve/sceAudioOutputBlocking, the sound comes to noise. How can I use sceAudioOutputBlocking to ...
- Fri Oct 03, 2008 1:04 pm
- Forum: PSP Development
- Topic: SDK Updated with sceMp3 stubs+headers
- Replies: 30
- Views: 22893
I've been succeed to play a mp3 file using the pspmp3 lib. But when I try to run it in a separate thread, it failed(PSP is shutdown). It seem that when sceIoOpen is called, some error occurs. Why I can't open a file in the thread? Because the sample code is written to play a single file, but I want ...