I have an audio frame which is a NumPy array of length 16000.
When I apply numpy FFT to the audio frame, I get a spectrum that peaks at 0 Hz. I tried different audio frames from the same audio file but all of them seem to have peaks at 0 Hz.
Could anyone please help me to understand where I am doing wrongly? Thank you.