질문하기질문하기
 

답변됨Speech to text in VB 2005

  • 2007년 5월 2일 수요일 오후 1:57Snoopaloop 사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     

    Greetings all.

    I am a student that is a bit new to the world of VB 2005 (and VB net for that matter) and am trying to use the "speech to text" function to dictate text into a textbox.  After a lot of study into the subject it seems there are few (if any tips).  If anyone has an example of code or a process to do this It would save years off my life.

     

    Thanks in advance.

답변

  • 2007년 5월 8일 화요일 오전 3:34Bruno YuMSFT, 중재자사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     답변됨

    Snoopaloop,

     

    1. Text-to-Speech and the Microsoft Speech Technologies Platform

     

    http://msdn2.microsoft.com/en-us/library/ms994644.aspx

     

    Learn how Text-to-Speech has reached new heights of quality, which enables deployment of customer-facing speech applications that rely on it to support a pleasant user experience.

     

    2. Text to Speech with the Microsoft Speech Library and SDK version 5.1

    http://www.codeproject.com/vb/net/TTSinVBpackage.asp

     

    This article describes an application used to exercise some of the Text To Speech features available to .NET developers through the Microsoft Speech 5.1 SDK. This article does not address the newer speech server related libraries, nor does it address web based deployments of speech related technologies.

     

     

모든 응답

  • 2007년 5월 8일 화요일 오전 3:34Bruno YuMSFT, 중재자사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     답변됨

    Snoopaloop,

     

    1. Text-to-Speech and the Microsoft Speech Technologies Platform

     

    http://msdn2.microsoft.com/en-us/library/ms994644.aspx

     

    Learn how Text-to-Speech has reached new heights of quality, which enables deployment of customer-facing speech applications that rely on it to support a pleasant user experience.

     

    2. Text to Speech with the Microsoft Speech Library and SDK version 5.1

    http://www.codeproject.com/vb/net/TTSinVBpackage.asp

     

    This article describes an application used to exercise some of the Text To Speech features available to .NET developers through the Microsoft Speech 5.1 SDK. This article does not address the newer speech server related libraries, nor does it address web based deployments of speech related technologies.

     

     

  • 2007년 5월 9일 수요일 오후 4:54Snoopaloop 사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     

    Thanks Bruno.

    My problem is actually occuring in the reverse order of "speech to text" being used in Visual Basic 2005.  Thus far I have upgraded to the latest edition of framework, downloaded "speech SDK 5.1" and have created the program I need to command with speech (robot movement program) but incorperating speech and having speech to text work in textboxes is alien to me.  Any aditional help would be greatly appreciated.