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

Core Audio



Official Core Audio site:https://developer.apple.com/library/mac/documentation/MusicAudio/Conceptual/CoreAudioOverview/Introduction/Introduction.html





Enable Core Audio module

DEFINEs

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

ENABLE_HOST_COREAUDIO

Source files

C++ files must include the following two:

  1. CiosAudio/Platforms/MacOSX/CaCoreAudio.hpp
  2. CiosAudio/Platforms/MacOSX/CaCoreAudio.cpp

Qt

If you are using Qt, in the following file:

CiosAudio/Platforms/MacOSX/HostAPIs.pri

Enable the following setting:

HostAPIs += CoreAudio

Libraries

Core Audio must link with the following four frameworks:

  1. CoreAudio
  2. CoreServices
  3. AudioUnit
  4. AudioToolBox