Skip to content

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

License

Notifications You must be signed in to change notification settings

VgTajdd/univer_audio

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks