CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Feb 2003
    Location
    switzerland
    Posts
    24

    Lightbulb execute a command trough noise??

    im trying to make a application, that executes some function when i make a loud noise. how can my app react on noises?

    i have no idea, thanx for any input!

    andreas

  2. #2
    Join Date
    Nov 1999
    Location
    Copenhagen, Denmark
    Posts
    265
    Check out Microsoft's "Speech API" (SAPI) at http://www.microsoft.com/speech/


    As far as I remember t's free and it enables you, amongst other things, to treat your computer as a dictaphone and speek commands to it.
    Best regards,
    S. Bro

    "I would be happy to deal with my problems one at the time if they would only line up!"
    -Paul Cilwa, "Borland C++ Insider".

    Other useful fora some of which I ruthlessly clipboarded from other peoples footers.

    MSDN: http://search.microsoft.com/us/dev/default.asp
    WIN 32 Assembler: http://board.win32asmcommunity.net/
    RDBMS: http://www.dbforums.com
    Robert's Perl Tutorial: http://www.sthomas.net/roberts-perl-tutorial.htm
    Merriam-Webster Online: http://www.m-w.com/home.htm
    Writing Unmaintainable Code: http://mindprod.com/unmain.html

  3. #3
    Join Date
    Feb 2003
    Location
    switzerland
    Posts
    24

    thanx, is there anything simpler?

    thank you, i think that will help me a lot.
    but does anybody knows maby a simpler solution?
    in the end i only have to execute commands when a noise hits a certain noise-thresold-value. so i dont really need voice-recognition,etc...

    greez

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured