Hi,
I am looking for a way(code example) to be able to get the microphone input frequency(hertz) almost in real time(timer maybe?) and show it in a label.text. Can be in VB.NET or C#.
Now I have get the sound array by wavein ,but i don't know how to calculate the frequency by fft?
The sound array like this {120,121,132,114,186,220,112,113,121..},
After i get the frequency how to determine the sound source is a man or woman?
Functional exemple:
Somebody say something in the microphone,and determine the sound frequency the lable show "man" or "women" is saying.
Thanks in advance!