How to create a simple text to speech tool use notepad.😉😊
How to create a simple text to speech tool use notepad.
STEP 1 – Copy this code and past it your notepad.
Dim text, sapi
text=inputbox("enter the text you want to speak:")
set sapi=createobject("sapi.spvoice")
sapi.Speak text
STEP 2 – File extension is .vbs
EX~speak.vbs
Encoding is ANSI
Save as type is All file
STEP 3 – Go to your save location and duble click it.
STEP 4 – In the box that opens, type the text your want to speak and click ok.
Comments
Post a Comment