Simple program for working with wav audio files
Only PCM format supported Try to avoid too large files
- Cut audio file
- Add reverberation effect
- Add volume attenuation effect
For this project you need Cmake and some c++ compiler that cmake supports (for example MinGW or Visual Studio)
- Clone this repository
- Set some compiler as basic generator in cmake
- In command prompt go to directory path and print
cmake .
and thencmake --build .
For this project you need Cmake
- Clone this repository
- In terminal print
cmake <path to directory>
and thenmake <path to directory/build>