| View previous topic :: View next topic |
| Author |
Message |
cydonia
Joined: 05 Sep 2005 Posts: 5
|
Posted: Wed Sep 07, 2005 1:26 am Post subject: PSP as a phone? |
|
|
I read in a thread here somewhere about the possibility that the PSP would be upgraded to have phone capabilities at some time in the future.
I'm not really fussed if Sony do it or not, however, can anyone confirm if it has a microphone?
If it does, with wireless, the options for a VoIP wifi handset are quite interesting (although i'm sure immensly tricky...) |
|
| Back to top |
|
 |
holger
Joined: 18 Aug 2005 Posts: 204
|
Posted: Wed Sep 07, 2005 1:30 am Post subject: |
|
|
| it has a headset connector and an API to get audio input, but I have no idea whether anyone tried if and how it works. |
|
| Back to top |
|
 |
cydonia
Joined: 05 Sep 2005 Posts: 5
|
Posted: Wed Sep 07, 2005 1:31 am Post subject: |
|
|
| holger wrote: | | it has a headset connector and an API to get audio input, but I have no idea whether anyone tried if and how it works. |
Interesting, so I guess the potential is there. Would require some pretty serious work though i'd imagine.
Thanks for confirming that :D. |
|
| Back to top |
|
 |
F9zDark
Joined: 02 Apr 2005 Posts: 127
|
Posted: Wed Sep 07, 2005 2:33 am Post subject: |
|
|
Perhaps as web-phone. One would need to be in range of an access point and from there he/she can run the program, connect to the net, type in the # using the control pad and make the call.
It could certainly work and the best way to get started would be to find a similar PC program that is open source and port it over.
But the question is, does anyone know how to use the API that is for sound input? |
|
| Back to top |
|
 |
adresd
Joined: 17 Jan 2004 Posts: 43
|
Posted: Wed Sep 07, 2005 2:56 am Post subject: |
|
|
int sceHprmIsMicrophoneExist(void);
exists in the hp remote driver.. i'd suggest looking in the audiolib nids for the reading functionality.
it seems most likely that audio in would not be a problem with the correct adaptor to connect a mic up. |
|
| Back to top |
|
 |
|