-
Notifications
You must be signed in to change notification settings - Fork 323
Platforms_Mac_OS_X
Phil Burk edited this page May 1, 2016
·
3 revisions
h1. Developing PortAudio on Mac
Create an XCode Command Line project.
Add Mac OS Frameworks
** AudioToolbox.framework ** AudioUnit.framework ** Carbon.framework ** CoreAudio.framework ** CoreServices.framework
Add PortAudio Source Code
Now use the same procedure to add an example program, eg. "portaudio/examples/paex_sine.c".
If you tried to build and run that program now you would probably get an error like: "Error: No default output device."
So we need to define some preprocessor variables: