So to put it simply, I want to find the frequencies of an audio file. There's only 2 frequencies in it (one in the left ear, one in the right ear) as it's a binaural. What I want to find is these two frequencies. I have audacity and audition.
Asked
Active
Viewed 173 times
0
-
Read about the (fast) Fourier transform. In short, it transforms your signal from time domain to frequency domain. – Lukasz Tracewski Feb 06 '22 at 20:07
-
Does this answer your question? [Trying to get the frequencies of a .wav file in Python](https://stackoverflow.com/questions/54612204/trying-to-get-the-frequencies-of-a-wav-file-in-python) – Lukasz Tracewski Feb 08 '22 at 04:40