Learn how to convert your text in audio listen using notepad. Now you can listen any text in audio format. You can done it by help of small VB script. No any software require.
comment if you like!!!
- Open Notepad file on your Windows PC.
- Copy and paste the below mentioned code in notepad:
Dim msg, sapi
msg=InputBox("Enter your text in the box below. Brought to you by simplexlinx","Notepad script for text to audio")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak msg - Save this file with your name but extension of .vbs . For eg. xyz.vbs
comment if you like!!!
No comments:
Post a Comment