ALSA - Advanced Linux Sound Architecture
Official ALSA site : http://www.alsa-project.org
Enable ALSA module
DEFINEs
If you want to enable Advanced Linux Sound Architecture module, your C++ compiler must add the following DEFINEs:ENABLE_HOST_ALSA
Source files
C++ files must include the following two:- CiosAudio/Platforms/Linux/CaALSA.hpp
- CiosAudio/Platforms/Linux/CaALSA.cpp
If you are using another platform, such as Android or FreeBSD, just replace Linux into platform name.
Qt
If you are using Qt, in the following file:CiosAudio/Platforms/Linux/HostAPIs.pri
Enable the following setting:HostAPIs += ALSA
If you are using another platform, such as Android or FreeBSD, just replace Linux into platform name.