Detecting microphone

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Jordi Rico

    Detecting microphone

    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.

  • Mythran

    #2
    Re: Detecting microphone


    "Jordi Rico" <jordirico@gmai l.com> wrote in message
    news:1146150821 .436856.85320@i 40g2000cwc.goog legroups.com...[color=blue]
    > 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.
    >[/color]

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

    HTH,
    Mythran

    Comment

    • Jordi Rico

      #3
      Re: Detecting microphone

      I'll give a try, thanks for your answer!

      Comment

      Working...