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

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++

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

[![License](http://img.shields.io/:license-mit-blue.svg?style=flat-square)](http://badges.mit-license.org)

- **[MIT license](./LICENSE)**
- Copyright 2022 © Andrew Garcia, PhD.