How To Convert Text Into Audio Using Notepad

Posted bt Awesome tech Room

How To Convert Text Into Audio Using Notepad

Everyone loves to hear what is written in a paragraph or in a document. This is the reason why the audio books are getting popular now a days. In this article i will show how you can convert text into audio using the Notepad.

Why Use Notepad?
Because it is the most commonly used text editor everyone uses. That’s the reason.

How To Convert Text Into Audio Using Notepad

STEP 1: Open Notepad. You can do this by searching for Notepad in the windows search Or Press Win+R and type Notepad and Press Enter.
STEP 2: Now, Copy following program and paste it in Notepad–
Dim message, sapi
 message = InputBox("A Best Text to Audio converter"+vbcrlf+"From - www.allusefulinfo.com","Text to Audio converter")
 Set sapi = CreateObject("sapi.spvoice")
 sapi.Speak message
STEP 3: Now lets save the code we entered above. The code has to be saved in .vbs format rather than standard .txt format.STEP 4: Now navigate yourself to the location where the code is stored. in my case it was stored on the desktop so i will just go to the desktop and check for it. You can see that the file we saved was in the Visual Studio Script ( vbs ) format.
text to audio converter using notepad
STEP 5: Now just double click on the saved file and Enter the text you want to hear in the text box. The moment you click OK , You can hear the text you entered as Audio.
text to audio converter using notepad 2

Related Posts:

  • 5 Best Free Development Tools Every Developer Should Know 5 Best Free Development Tools Every Developer Should Know   Home Tech Hacks 5 Best Free Development Tools Every Developer Should Know Dealing with bugs and errors is a developers daily routine and to control… Read More
  • WHAT IS I IN IPHONE?? Ever wondered what “i” in the iPhone stood for? Here is the answer! Apple has been naming its devices with a i prefix. We have the iMac, iPod, iTunes, iPhone, iPad all of which have the omnipresent “i” prefix since the rele… Read More
  • Google Tricks – Coolest Google Pranks You need to know Google Tricks – Coolest Google Pranks You need to know Cool Google Tricks  Today i will show you some really awesome and cool google tricks you must know and see, as Google not only dedicates its resources to p… Read More
  • Windows keyboard shortcuts overview Windows keyboard shortcuts overview Use shortcut keys as an alternative to the mouse when working in Windows. You can open, close, and navigate the Start menu, desktop, menus, dialog boxes, and Web pages using keyboard s… Read More
  • SCIENCE Science Study and knowledge This article is about the general term. For other uses, see Science (disambiguation). Science[nb 1][1]:58[2] is a systematic enterprise that builds and organizes knowledge… Read More

0 comments:

Post a Comment