vote up 0 vote down star

Hi,

I'm looking for a C# source code that performs a frequency analysis on a WAV file and displays the results in a graph, similar to the one displayed in apps like WavePad. Do you know where I can find such a code?

Thanks!

flag

1 Answer

vote up 1 vote down

It's in a very experimental state at the moment, but if you have a look at the WPFDemo project in NAudio, it performs an FFT on the incoming microphone data or sound file you play and plots it under the wave-form.

link|flag
Thanks, but I couldn't find where the app displays the WAV frequency. In fact, as soon as I loaded a WAV file and clicked "Play", it crashed... – ML Sep 7 at 18:20
if you report the details of the error, I'll have a look into it. The FFT is drawn here: naudio.codeplex.com/SourceControl/changeset/… – Mark Heath Sep 7 at 21:57

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.