Open Sound System
Official OSS site : http://www.4front-tech.com
Enable OSS module
DEFINEs
If you want to enable Open Sound System module, your C++ compiler must add the following DEFINEs:ENABLE_HOST_OSS
Source files
C++ files must include the following two:- CiosAudio/Platforms/Linux/CaOSS.hpp
- CiosAudio/Platforms/Linux/CaOSS.cpp
If you are using another platform, such as Solaris or FreeBSD, just replace Linux with platform name.
Qt
If you are using Qt, in the following file:CiosAudio/Platforms/Linux/HostAPIs.pri
Enable the following setting:HostAPIs += OSS
If you are using another platform, such as Solaris or FreeBSD, just replace Linux with platform name.