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

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:

  1. CiosAudio/Platforms/Linux/CaOSS.hpp
  2. 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.

Libraries

Open Sound System uses ioctl as major control methid, there are no need to link with any library.