[Portaudio] Portaudio, iPhone and AudioQueue
Richard Ash
richard at audacityteam.org
Sun Dec 20 11:07:22 EST 2009
On Sat, 2009-12-19 at 04:40 -0200, Affonso Loyola wrote:
> I'm trying to learn better the PortAudio API.
> What would be neccessary to implement for an iPhone hostapi
> implementation.
> Is portaudio.h the file comntaning the entire API?
It contains the entire platform-independent API, which is the mandatory
part. Other headers have some platform-dependent APIs, but these are not
required for core PortAudio to work.
To get the documentation for the PortAudio API, you can run Doxygen on
the source tree to extract the API documenation comments.
Richard
More information about the Portaudio
mailing list