AudioScience HPI API
Official AudioScience HPI SDK site : http://www.audioscience.com/internet/download/sdk/sdk.htm
Enable ASIHPI module
DEFINEs
If you want to enable AudioScience HPI API module, your C++ compiler must add the following DEFINEs:ENABLE_HOST_ASIHPI
Source files
C++ files must include the following two:- CiosAudio/Platforms/Linux/CaASIHPI.hpp
- CiosAudio/Platforms/Linux/CaASIHPI.cpp
Qt
If you are using Qt, in the following file:CiosAudio/Platforms/Linux/HostAPIs.pri
Enable the following setting:HostAPIs += ASIHPI
Libraries
AudioScience HPI API must link with the following libraries:- libhpi.a
- libhpimux.a
- libhpiupd.a