Click here to Skip to main content
15,884,838 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi am developing a project where I need FFT of an audio file.The audio which is stored in local storage in my system. I need frequency vs time plot. I had gone through many sites but no solution.

What I have tried:

Frequency of audio file. and after that I wanted to compare with FFT of audio file.
Posted
Updated 9-Feb-19 4:34am
Comments
Richard MacCutchan 9-Feb-19 6:32am    
So what exactly is the question?

You have to
  1. decode the audio file
  2. make all the necessary computations and plots

Point (1) can be difficult without using a library (however WAV file are easier). There are libraries available. You may also easily find C++ implementations of FFT.
 
Share this answer
 
No solution? Are you serious?

I think you mean you couldn't find a solution you could copy and paste. FFT is so well documented on the web it's silly to even make the statement that you couldn't find anything on it.

Google for "FFT C#" and you'll find hundereds of thousands of samples and discussions.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900