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

Skeleton Host API


The function of Skeleton Host API is used to be an expertimental version Host API for development and acts as a /dev/null audio device. In most cases, you do not need this Host API. It was never actually heavy tested.


Enable Skeleton module

DEFINEs

If you want to enable Skeleton module, your C++ compiler must add the following DEFINEs:

SkeletonAPI

Source files

C++ files must include the following two:

  1. CiosAudio/Platforms/Skeleton/CaSkeleton.hpp
  2. CiosAudio/Platforms/Skeleton/CaSkeleton.cpp

Qt

If you are using Qt, in the following file:

CiosAudio/CiosAudio.pri

Enable the following setting:

DEFINES += SkeletonAPI If you don't want to use Skeleton, just disable the define, default is enable.

Libraries

Skeleton does not need to link with any library.