Hello Guys how are you?.So this blog post about how to make a simple software which can be help to you to create or listening english text to famale voice. you are gonna create this simple softwate with some visual basic programming code which is gonna create a software. I already showed and discussed about this topic in video tutoirial if you haven't know more time to read this post so jump on at video tutorial and watch and make. ein this video tutorial I show that how to make text to female speech voice software with coding. it just takes a one minute here. After watching this tutorial, it's gonna your creation software. It's too simple to make this software. After creating this simple software, you are gonna record text to speech female voice so enjoy this tutorial and save some dollar. Enjoy that!
Visual Basic Programming Code and save as vbs format thank you
Dim message, sapi
message=InputBox("Enter the text to be Spoken!","Text to speech SW")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak message