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
- Host: GitHub
- URL: https://github.com/timsusa/real-time-audio-mixer-cpp
- Owner: TimSusa
- Created: 2024-12-11T10:27:49.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-11T10:32:01.000Z (over 1 year ago)
- Last Synced: 2025-05-18T16:50:43.408Z (about 1 year ago)
- Language: C++
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Audio Mixer with SDL2

## 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.