https://github.com/andrewrgarcia/audio_cpp
Audio manipulation with C++
https://github.com/andrewrgarcia/audio_cpp
audio cpp dj
Last synced: 3 months ago
JSON representation
Audio manipulation with C++
- Host: GitHub
- URL: https://github.com/andrewrgarcia/audio_cpp
- Owner: andrewrgarcia
- License: mit
- Created: 2022-10-19T17:07:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-21T21:54:45.000Z (about 2 years ago)
- Last Synced: 2025-01-16T15:26:59.394Z (4 months ago)
- Topics: audio, cpp, dj
- Language: C++
- Homepage:
- Size: 478 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# audio c++
Audio manipulation with C++
## Dependencies
- [Git](https://git-scm.com): for version control
- [SFML library](https://github.com/SFML/SFML) : For playing audio## Build
- Use a C++ compiler in the directory housing the .cpp files.
- Link SFML libraries with their corresponding flags.``` shell
$ clang++ songloop.cpp -std=c++2a -o songloop.k -lsfml-graphics -lsfml-window -lsfml-audio -lsfml-system
```- Run compiled app:
``` shell
$ ./songloop.k
```## License
[](http://badges.mit-license.org)
- **[MIT license](./LICENSE)**
- Copyright 2022 © Andrew Garcia, PhD.