Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.41 KB

File metadata and controls

23 lines (16 loc) · 1.41 KB

Open Audio Server

This project is separated into two components: server and client.

The server portion contains the source code and build system necessary to compile and run the Open Audio Server (OAS). The client component contains a client API to help communicate with the server. There are also client examples that can be compiled and played to demonstrate the server's functionality.

Information from original project

| ---------------- | --- | | Project Author | Shree Chowkwale | | Email | shree.chowkwale (AT) gmail | | Project Wiki | http://ivl.calit2.net/wiki/index.php/OpenAL_Audio_Server | | Github | https://github.com/CalVR/Open-Audio-Server |

Changes in this repository

In this repository, it has been updated to use the COVISE/OpenCOVER/Vistle configuration library, so that it is not necessary to adapt to changes in the MXML library for parsing configuration files. After setting the CMake option TOML_CONFIG to OFF, it should still be compatible with MXML 3.

More information

For more information, please consult the Wiki of the original project or see the included file README.wiki.