CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 8 of 8

Threaded View

  1. #8
    Join Date
    Mar 2010
    Posts
    26

    Re: Speech to Text in VB6 - Help

    I found going through the code in this sample was a great help.

    http://msdn.microsoft.com/en-us/libr...(v=vs.85).aspx

    The project "RecoVB" includes most of the functions you might need to use.

    I put together a really basic program for playing online poker using speech recognition
    and it worked quite well. The Readme file explains how it works. As you will see I
    was experimenting quite a bit with settings hence all the remmed out code.
    It's a bit rough but I wrote as I was trying to get to grips with the topic.


    you might get something out of this. You may have to install the SDK 5.3 or 5.4 first
    Attached Files Attached Files

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