NICKYSUWANDI
Programmer
hi everybody,
i am searching for free text to speech tool, theres anyone can help me?
Thanks
Nicky
i am searching for free text to speech tool, theres anyone can help me?
Thanks
Nicky
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Dim sApi As New SpeechLib.SpVoice
sApi.Speak("This is to F ing easy!")
sapi = nothing
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Dim s As New SpeechLib.SpVoice
Dim t As SpeechLib.SpObjectToken
For Each t In s.GetVoices
s.Voice = t
s.Speak("This is too F ing easy")
Next
s = Nothing
End Sub