The text of this article is not in this database — only its details are. Read it on the old site: Text to Speech in Visual Basic 2005
6 Comments
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
The text of this article is not in this database — only its details are. Read it on the old site: Text to Speech in Visual Basic 2005
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
Emmery ChriscoPosted Jul 19, 2010, 2:39 AM
I used the above code in my program and came up with 2 bugs. The line with "SayGreeting(str)" get an error: "Name 'SayGreeting' is not declared." Also, when changing the voice setting using the combobox, there is no change. Whether I change before or during read back, no change is made. It uses the default set in the Speech Control Panel.
kamonwan suntipasitkulPosted May 27, 2010, 10:43 AM
how to code speech on Smart Device Application
Mohammed Riyash Shahul HameedPosted Nov 26, 2009, 3:23 PM
I am Mohammed Riyash doing my Masters in University of Ulster, Londonderry. I wanted to do a Auto responder for Artificial Intelligence module.. And i have implemented this codes to make my successful system..Thank you very much.. .. [email protected] If any new updates..
Jacob LuscoPosted May 20, 2009, 10:30 AM
im kinda confused i use this code to read whats in my textbox but cant get it to stop reading Dim SAPI SAPI = CreateObject("sapi.spvoice") SAPI.Speak(TextBox1.Text) this reads what is in the text box i want to have a stop button to stop the reading can you help
stephen cooperPosted Dec 25, 2007, 5:04 PM
Many thanks scott , I was having trouble adding speech to my project , But i got it sorted in 30 mins after reading your article .
Digioz MultimediaPosted Feb 17, 2007, 1:43 AM
Very nice work on this code Scott. Its the most useful bit of code I have come across all year. Thank you very much for posting this.