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

Hybrid View

  1. #1
    Join Date
    May 2007
    Posts
    15

    Speech to Text in VB6 - Help

    I want to code a program that allow users speech into headphone and the program will write what they speake to textbox. I don't know where i begin. Please help me. Thanks in advance.
    Last edited by yeumotchieu; June 25th, 2007 at 11:13 PM.

  2. #2
    Join Date
    Jun 2004
    Location
    Kashmir, India
    Posts
    6,808

    Re: Speech to Text in VB6 - Help

    Go through Microsoft Speech SDK on MSDN. You will find numerous samples and documentation on how to do it.

    Also go through this
    http://www.martin2k.co.uk/vb6/tips/vb_10.php

  3. #3
    Join Date
    Jun 2005
    Location
    JHB South Africa
    Posts
    3,772

    Re: Speech to Text in VB6 - Help

    Theres also a few articles with example code on Code guru ..

    Start with VB and Voice Recognition - Part 1 then theres Part 2 ,
    Part 3 and Part 4 .

    These should give you all you need to get started..

    Gremmy....
    Articles VB6 : Break the 2G limit - Animation 1, 2 VB.NET : 2005/8 : Moving Images , Animation 1 , 2 , 3 , User Controls
    WPF Articles : 3D Animation 1 , 2 , 3
    Code snips: VB6 Hex Edit, IP Chat, Copy Prot., Crop, Zoom : .NET IP Chat (V4), Adv. ContextMenus, click Hotspot, Scroll Controls
    Find me in ASP.NET., VB6., VB.NET , Writing Articles, My Genealogy, Forum
    All VS.NET: posts refer to VS.NET 2008 (Pro) unless otherwise stated.

  4. #4
    Join Date
    May 2007
    Posts
    15

    Re: Speech to Text in VB6 - Help

    Thanks to all of you. I did it.

  5. #5
    Join Date
    Feb 2011
    Posts
    1

    Thumbs up Re: Speech to Text in VB6 - Help

    Hey, i was trying to do the same project, but ive read all these articles and i cant do it. Could you send me your project files so i could finally see how it works?

  6. #6
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: Speech to Text in VB6 - Help

    There is source code for each article. Can you provide details? Gremmy is still around occasionally
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

  7. #7
    Join Date
    Jun 2005
    Location
    JHB South Africa
    Posts
    3,772

    Re: Speech to Text in VB6 - Help

    You right david i am still around .. ...

    Just i think i may have to update the Article as the SDK used is no longer available .. The current one is now available here ..www.microsoft.com/downloads
    I have not tested the projects with this SDK, so i cannot guarantee that it will work exactly the same.. however most should be exactly the same ...

    Each article has the full project with it, with exactly what was covered in the text ...

    I've not developed in VB 6 for some time ,But I do still have it loaded and can check if really needed. (not too keen on it)
    Articles VB6 : Break the 2G limit - Animation 1, 2 VB.NET : 2005/8 : Moving Images , Animation 1 , 2 , 3 , User Controls
    WPF Articles : 3D Animation 1 , 2 , 3
    Code snips: VB6 Hex Edit, IP Chat, Copy Prot., Crop, Zoom : .NET IP Chat (V4), Adv. ContextMenus, click Hotspot, Scroll Controls
    Find me in ASP.NET., VB6., VB.NET , Writing Articles, My Genealogy, Forum
    All VS.NET: posts refer to VS.NET 2008 (Pro) unless otherwise stated.

  8. #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