VgTajdd / univer_audio

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 git@github.com: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

About

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

License:Apache License 2.0


Languages

Language:C# 52.1%Language:C 34.1%Language:C++ 13.3%Language:CMake 0.5%Language:Shell 0.0%Language:Batchfile 0.0%