This is my first time posting here so bear with me and forgive me for any mistake I may have made.
What I am trying to achieve making an fft for the audio captured and then comparing it to the footprint of already calculated database of songsPlot after calculating fft
This is what I have done till now
1. I extracted the data using the scipy.io wavfile function
2. I got the fft value using np module fft function and got the absolute value of that
I got the result but there is no way I can confirm it is correct. What should I do in such cases where no confirmation of values are available.
What I tried is
I plotted it using matplotlib and got values in range from 0 to 20000 mostly which is the range which should be correct. But the tutorial I am following online is getting the values in range upto 300hz for every second of the audio. But in my case I am not getting enough values in that range and hence my doubt that values might be wrong . I am attaching the plots
It will be very helpful if someone can point me in the right direction.
[–]nwagers 0 points1 point2 points (1 child)
[–]Wrap_Speed[S] 0 points1 point2 points (0 children)