Search code examples
signal-processingfftaudio-processing

How to detect the voice from an audio stream


I need to determine when someone speaks in an audio stream. I applied the Hamming window and calculated the FFT. How do i detect the human voice from here?


Solution

  • You don't need to do an FFT for this, you need to implement a Voice Activity Detection algorithm.