A simple soft that compare two WAV file to analyze similarities between them. This soft uses the FFT to compare the songs (Fast Fourier Transform).
You will have to use some libraries to run the program. Here the list of the libraries.
- Pillow
- NumPy
- MatPlotLib
- SciPy
All the project was developed under PyCharmCE 2018.1.
On the top, you could select the type of music you want to analyze. In the middle the soft generates the fft graph of each song. And on the bottom you have the percentage of resemblance between the two songs.