Click here to Skip to main content
15,884,298 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
i am working on a project in which i need to get the fundamental frequncies of the audio input of microphone. I want to get frequency in every 0.1s while audio is input throught microphone.

how to do this using c#.net using libraris such as naudio.? i did some research but implementing this looks like a hard task.

I am looking for a code to exicuted within a timer event handler at time interval of 0.1s which could calculate the frequecncy of the sound input comming through the mic at that moment.

What I have tried:

i reserched about fft but it looks too technical.
Posted
Updated 1-Aug-17 9:55am
Comments
Mehdi Gholam 1-Aug-17 10:52am    
Audio processing, FFT, signal processing etc. is a hard topic.

1 solution

Maybe you can try to contact Christian Woltering, the author of this CodeProject article: Comparison of FFT implementations for .NET[^]
 
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