A GUI application to compare and calculate accuracy between two audio files (WAV) using FFT (Fast Fourier Transform) comparison method.
This is a fork from eriekrahman/SoundComparer. This fork has 1 bug fix and multiple GUI enhancements.
Currently, SoundCompare2 can only compare WAV files. To compare files having different file types and/or format, use the script file ConvertAudioFileToSimpleWav.cmd.
FFMpeg.exe is required in order to use ConvertAudioFileToSimpleWav.cmd. This batch script converts all the audio files in a directory to a bare bone basic mono WAV file. The resulting files can then be accurately compared for similarities.
- Looking to add the logic that's in the ConvertAudioFileToSimpleWav.cmd batch file to SoundComparer2
- Have the temporary files created in Windows temporary folder, and perform clean up on program exit.