PortAudio Tutorial |
ASIO is a low latency audio API from Steinberg. To compile an ASIO application, you must first download the ASIO SDK from Steinberg. You also need to obtain ASIO drivers for your audio device.home | contents | previous | nextNote: I am using '/' as a file separator below. On Macintosh replace '/' with ':'. On Windows, replace '/' with '\'.
To use ASIO with the PortAudio library add the following source files to your project:
and also these files from the ASIO SDK:pa_asio/pa_asio.cppand add these directories to the path for include filescommon/asio.cpp host/asiodrivers.cpp host/asiolist.cppYou may try compiling the "pa_tests/patest_saw.c" file first because it is the simplest.asiosdk2/host/pc (for Windows) asiosdk2/common asiosdk2/host