Friday 19 February 2016

Convert Text Into Voice By Using Notepad

Notepad is a system programme to write something whatever on our mind.Using notepad we can do very funny things.So one of the funniest thing to do using notepad is convert a text into voice.Follow these steps to do that

1)Open Notepad

2)Type this  code

Dim msg, sapi
msg=InputBox("Enter your text for Conversation | Tool by Irshad (http://sumanmsoft.blogspot.com)","PC Hacks Text-To-Audio Converter")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak msg

3)Save it as text_audio.vbs
4)Open it and type anything

No comments :

Post a Comment