I have two sound samples (.WAV) and I want to find the difference between them. I've read about this subject and I know that I should use FFT to do such a thing.
Unfortunately, I can't find a way to do the actual calculation. I am searching for a PHP library or directions on how to make this calculation with PHP.
I tried googling this question and no related solutions came up.