Detecting microphone

  • Thread starter Thread starter Jordi Rico
  • Start date Start date
J

Jordi Rico

Hi,
I've been searching everywhere and can't find any way to do this...
What I want to do is simple:

In my app, the user can speek to the micro, and then some kind of event
must rise.

No voice recognizition, just detecting a sound coming from the micro...

If there's no answer in .net, there's no matter in using api's, but I
can't find any solution for this...

Thanks in advance.
 
Jordi Rico said:
Hi,
I've been searching everywhere and can't find any way to do this...
What I want to do is simple:

In my app, the user can speek to the micro, and then some kind of event
must rise.

No voice recognizition, just detecting a sound coming from the micro...

If there's no answer in .net, there's no matter in using api's, but I
can't find any solution for this...

Thanks in advance.

One way is to use DirectX's DirectSound methods of sound capture via
microphone.

HTH,
Mythran
 
Back
Top