Skip to content

Latest commit

 

History

History
53 lines (34 loc) · 1.09 KB

README.md

File metadata and controls

53 lines (34 loc) · 1.09 KB

UNIVER AUDIO

Audio module developed in C++ for Univer Game Engine using FMOD API.

CMake-CI

univer_logo

Usage

Clone the repository using one of the following commands:

git clone https://github.com/vgtajdd/univer_audio.git       # HTTPS
git clone [email protected]:VgTajdd/univer_audio.git           # SSH

Configure the project (CMake):

cd univer_audio
cmake -S . -B build

Build the targets (CMake):

cmake --build build --config Debug -j

Run the example:

  • For macOS and Linux:
cd build/bin
./example
  • For Windows:
cd build/bin/Debug
example.exe

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

Apache License 2.0