Results 1 to 3 of 3

Thread: speech to text? VB express

  1. #1

    Thread Starter
    Registered User
    Join Date
    May 2013
    Posts
    2

    speech to text? VB express

    hello.
    i have been looking for a way to take speech from a microphone and convert it into text for VB express, all i have found is code for C++ or C#.
    any help is appreciated

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: speech to text? VB express

    This is text-to-speech rather than speech-to-text but it's the same System.Speech library. You would use the Recognition namespace instead of Synthesis.

    http://www.codeproject.com/Articles/...t-NET-Speech-S
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  3. #3

    Thread Starter
    Registered User
    Join Date
    May 2013
    Posts
    2

    Re: speech to text? VB express

    thx for this, ill keep trying for speech to text from this :P

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