954,541 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Speech to text with vb.net

Public Class Form1
    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
        Dim speech
        speech = CreateObject("sapi.spvoice")
        speech.speak(TextBox1.Text)
    End Sub
End Class
murtazamzk
Light Poster
32 posts since Nov 2010
Reputation Points: 36
Solved Threads: 0
 

Take a look at How do I convert speech to text? thread.

__avd
Posting Genius (adatapost)
Moderator
8,648 posts since Oct 2008
Reputation Points: 2,136
Solved Threads: 1,241
 

This question has already been solved

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: