Search found 10 matches
- Fri Sep 01, 2006 5:02 pm
- Forum: PSP Development
- Topic: Using Talkman USB Mic for sound recording usin Homebrew APP?
- Replies: 29
- Views: 22258
- Mon Aug 28, 2006 8:25 pm
- Forum: PSP Development
- Topic: Using Talkman USB Mic for sound recording usin Homebrew APP?
- Replies: 29
- Views: 22258
Well actually everything I'm doing is including audio.h, -lpspaudio in my make file, and in my main.c : Code: extern s32 sceAudioInputInit(s32 a0, s32 a1, s32 a2); extern s32 sceAudioInput(s32 a0, s32 a1, void *a2); because they are already in the audio.S of the pspsdk. Then I call the init: sceAud...
- Fri Aug 25, 2006 9:31 pm
- Forum: PSP Development
- Topic: Using Talkman USB Mic for sound recording usin Homebrew APP?
- Replies: 29
- Views: 22258
Hi Grizzly_cf, Ihave tried the MemoREcorder app. and it works fine. I´m using the remote adaptor and the socom headphone adaptor. And everything I said is recorder and then is played back. It works great with this adaptor configuration. Are you using what lteixeira has said? (this two adaptors) Here...
- Fri Aug 25, 2006 6:11 pm
- Forum: PSP Development
- Topic: Using Talkman USB Mic for sound recording usin Homebrew APP?
- Replies: 29
- Views: 22258
Ok, now I'm looking at the right file ;) The implementation which is in pspaudiolib.c is quite straightforward: you have the thread function which invokes the callback in a while loop to get the buffer filled with data, and invokes the syscall to pass the buffer pointer to the audio hardware. You al...
- Thu Aug 24, 2006 10:48 pm
- Forum: PSP Development
- Topic: Using Talkman USB Mic for sound recording usin Homebrew APP?
- Replies: 29
- Views: 22258
- Thu Aug 24, 2006 4:52 pm
- Forum: PSP Development
- Topic: Using Talkman USB Mic for sound recording usin Homebrew APP?
- Replies: 29
- Views: 22258
- Wed Apr 12, 2006 4:08 am
- Forum: PSP Development
- Topic: about usbhostfs_pc
- Replies: 18
- Views: 9347
- Wed Apr 12, 2006 12:10 am
- Forum: PSP Development
- Topic: about usbhostfs_pc
- Replies: 18
- Views: 9347
First Ill try to keep in topic. Now Im trying to leave psplink just with usb functions. I dont need wifi and other things. As I say before, I can load mp3 songs and, I think, images from the pc to the psp. I can play them and show them. But, and here is my question, How does usb file system works? I...
- Fri Apr 07, 2006 3:41 am
- Forum: PSP Development
- Topic: about usbhostfs_pc
- Replies: 18
- Views: 9347
Thank you Tyranid for your fast answer. I want to change the name just becuse I´m from spain and I want to make all the GUI in spanish, nothing else. Just another question, watching how psplink works with the usb, I was wondering if its posible read the information sended by a usb OTG device. I mean...
- Fri Apr 07, 2006 1:40 am
- Forum: PSP Development
- Topic: about usbhostfs_pc
- Replies: 18
- Views: 9347
about usbhostfs_pc
Hello, nowadays I´m working with usbhostfs from psplink. It´s a very good aplication (congratulations Tyranid, you´re the best). I have made changes to a file viewer that I did myself, and I´m able to navigate from the psp in the pc files, in fact I can play music from pc in the psp. It´s very unuse...