I'm trying to detect voice throught input from the microphone in real-time.
I allready receive the input, execute FFT algorithm and have the result in dB. I have a frequency domain, a time domain and a spectogram.
How can I get the fundamental frequency? If I get the fundamental frequency can I specify that if the frequency is between certain values, then it is voice that we are talking? Is there any other way to do this with the things that I allready have?
Tks in advance