A simple Windows program that lets you manipulate the strengths of different frequencies in .wav files. This program can be used to do Fourier synthesis, Fourier analysis, and equalization.
Compilation instructions:
- Install MSYS2
- Install mingw-w64 and make for 64-bit using MSYS2
- Add mingw-w64 and make's bin folders to PATH (should look something like "C:\msys64\mingw64\bin" and "C:\msys64\usr\bin", respectively)
- Clone this repository
- Run make inside the root directory of the repository. This will create the program executable named "fourier.exe" inside a folder named "bin"
You can run "make clean" to empty the bin folder if you want to recompile everything.
The makefile includes several additional targets which are explained inside the makefile via comments.