PortAudio Tutorial |
To compile a Macintosh OS X CoreAudio application with the PortAudio library:home | contents | previous | nextCreate a new ProjectBuilder project. You can use a "Tool" project to run the PortAudio examples.
Add the following source files to your Project:
Add the Apple CoreAudio.framework to your project by selecting "Add FrameWorks..." from the Project menu.pa_mac_core/pa_mac_core.c pa_common/pa_lib.c pa_common/portaudio.h pa_common/pa_host.h pa_common/pa_convert.cCompile and run the "pa_tests:patest_saw.c" file first because it is the simplest.