Skip to content

Verpous/Fourier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fourier

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:

  1. Install MSYS2
  2. Install mingw-w64 and make for 64-bit using MSYS2
  3. Add mingw-w64 and make's bin folders to PATH (should look something like "C:\msys64\mingw64\bin" and "C:\msys64\usr\bin", respectively)
  4. Clone this repository
  5. 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.

About

A simple program that lets you manipulate the strengths of different frequencies in .wav files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors