From: Dennis C. <dch...@pi...> - 2010-03-30 14:51:24
|
Mihai and Steve, Thanks for the detailed replies. I currently build Portaudio and speex as "sub"-frameworks to IAXClient2, a top level framework, using Xcode. It looks like from the Apple docs that the Audio frameworks used by PortAudio are available on the iphone. Sometime in the next few weeks I will give PA a try and see if I can build it as a static lib usable on iphone OS. I'll report back my results. Dennis On Mar 30, 2010, at 9:56 AM, Mihai Balea wrote: > > 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 > |