• Home
  • Documents
  • Download
  • Status
  • FAQ
  • Mailing list
  • Applications
  • Links
  • License
  • Volunteer
  • Contacts

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:

  1. CiosAudio/Platforms/Linux/CaASIHPI.hpp
  2. 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:

  1. libhpi.a
  2. libhpimux.a
  3. libhpiupd.a