Skip to content
This repository has been archived by the owner on Apr 9, 2022. It is now read-only.

DhirajWishal/EnSound

Repository files navigation

EnSound Logo
A cross-platform audio engine designed for games! Ensound is designed with a data-driven backend which consists of multiple APIs which are selectable (which are available for a given platform) at runtime and also contains two APIs, low level and high level (engine).

Build

To build the repository, you need these tools/ applications,

After installing all of them (which are required), clone the repository to a local directory either using GitHub Desktop or GitBash. The run the GenerateProjects.bat file to create the required solution files. Then open the Ensound.sln file in Visual Studio.

Select the required configuration (Release or Debug) and build the Ensound project. The output files will be stored at `Builds/Binaries/Ensound/" directory.

License

The Ensound codebase is licensed under Apache v2.0.