An open API service indexing awesome lists of open source software.

https://github.com/timsusa/real-time-audio-mixer-cpp


https://github.com/timsusa/real-time-audio-mixer-cpp

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# Simple Audio Mixer with SDL2
![Screenshot 2024-12-11 at 11 30 20](https://github.com/user-attachments/assets/9a168599-c1ef-4712-911f-2b13d9006d98)

## Build the exec
```bash
mkdir build
cd build
cmake ..
make
./SimpleMixer
```

## Preparation
Make sure you have next to the executable a wave file called "1.wav", so that can be loaded as example.