From: Mihai B. <mi...@ha...> - 2010-03-30 13:57:09
|
On Mar 30, 2010, at 9:41 AM, Dennis Christopher wrote: > Thanks Mihai, > > Is there any reason it wouldnt build and run as a static library incorporated into a native iPhone app? > any gotchas? Should work. The only problem would be the audio layer. Iaxclient uses Portaudio, which does not have an iphone port at the moment (I think). The Mac OSX code should be close enough, but I have no idea how much, if any, additional work would be required to make it run on the iphone. You can also write an iaxclient "driver" that handles iphone audio directly. You would probably want to disable the video part as well. Mihai |