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:- CiosAudio/Platforms/Linux/CaPulseAudio.hpp
- 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.