Skip to content

An application to compare and calculate accuracy between two audio files (WAV) using FFT (Fast Fourier Transform) comparison method

Notifications You must be signed in to change notification settings

Axter-com/SoundComparer2

 
 

Repository files navigation

SoundComparer2

A GUI application to compare and calculate accuracy between two audio files (WAV) using FFT (Fast Fourier Transform) comparison method. ScreenShot

This is a fork from eriekrahman/SoundComparer. This fork has 1 bug fix and multiple GUI enhancements.

Compare Audio Files of different types and or format

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.

Future Changes

  • 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.

About

An application to compare and calculate accuracy between two audio files (WAV) using FFT (Fast Fourier Transform) comparison method

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 53.3%
  • Batchfile 46.7%