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

Pulse Audio


Official Pulse Audio site : http://www.freedesktop.org/wiki/Software/PulseAudio




Enable Pulse Audio module

DEFINEs

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

ENABLE_HOST_PULSEAUDIO

Source files

C++ files must include the following two:

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

If you are using another platform, such as Android or FreeBSD, just replace Linux into your platform name.

Qt

If you are using Qt, in the following file:

CiosAudio/Platforms/Linux/HostAPIs.pri

Enable the following setting:

HostAPIs += PulseAudio
If you are using another platform, such as Android or FreeBSD, just replace Linux into your platform name.

Libraries