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.
| ---------------- | --- | | 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 |
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.
For more information, please consult the Wiki of the original project or see the included file README.wiki.