TEXT TO SPEECH





 
Hasil

listning program
Public Class Form1

    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
        Dim sapi
        sapi = CreateObject("sapi.spvoice")
        sapi.rate = TrackBar1.Value
        sapi.speak(TextBox1.Text)


    End Sub

    Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
        Dim sapi
        sapi = CreateObject("sapi.spvoice")
        sapi.rate = TrackBar1.Value
        sapi.speak("thanks for using text to speeck converter")
        End
    End Sub

    Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load

    End Sub
End Class



















Subscribe to receive free email updates:

0 Response to "TEXT TO SPEECH"

Post a Comment