Home All Groups Group Topic Archive Search About
Author
27 Apr 2006 3:13 PM
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.

Author
27 Apr 2006 3:35 PM
Mythran
Show quote Hide quote
"Jordi Rico" <jordir***@gmail.com> wrote in message
news:1146150821.436856.85320@i40g2000cwc.googlegroups.com...
> 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
Author
1 May 2006 7:51 AM
Jordi Rico
I'll give a try, thanks for your answer!