0

I need to make simple program, but I am already stuck on my research, I need to make a simple program that will automatically start audio recording from a microphone when someone starts speaking, so the question is is there any way to detect when someone starts speaking into microphone, so later we can start recording audio into file?

IllusiveBrian
  • 3,105
  • 2
  • 14
  • 17
Jhon Enamo Casas
  • 53
  • 1
  • 1
  • 3
  • possible duplicate of [How to detect sound from microphone in .net](http://stackoverflow.com/questions/2368035/how-to-detect-sound-from-microphone-in-net) – Izzy Feb 02 '15 at 15:17
  • 1
    You capture audio using one of the available APIs, analyze stream trying to tell whether it's enough of speaking is in there, when the answer is yes you trigger start of recording and process the same captured data respectively. – Roman R. Feb 02 '15 at 15:56
  • Oh, didn't saw that, Thanks for the link. ill try it out! – Jhon Enamo Casas Feb 02 '15 at 16:22

0 Answers0