Overview
The RoomAcoustiC++ (RAC) C++ interface provides intuitive functions calls for using the RAC library within your own applications. It is designed to be easy to use and integrate with existing C++ codebases. It is available from the RoomAcoustiCpp repository.
The following section outlines the interface structure and for those interested in extending the library, the codebase structure and key classes available.
Getting started (Recommended for first time users)
- Installation: How to add RoomAcoustiCpp to your existing project.
- Interface: An overview of the RAC C++ interface and available function calls.
For contributors
- Structure: A summary of the main classes used within RAC.