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

JACK Audio Connection Kit


Official JACK audio site : http://www.alsa-project.org

Enable JACK module

DEFINEs

If you want to enable JACK Audio Connection Kit module, your C++ compiler must add the following DEFINEs:

ENABLE_HOST_JACK

Source files

C++ files must include the following two:

  1. CiosAudio/Platforms/Linux/CaJack.hpp
  2. CiosAudio/Platforms/Linux/CaJack.cpp


Qt

If you are using Qt, in the following file:

CiosAudio/Platforms/Linux/HostAPIs.pri

Enable the following setting:

HostAPIs += JACK

Libraries

JACK Audio Connection Kit must link with "libjack.a".