Are you looking to convert Text into Audio using Notepad trick. You come to right place. Here we are coming with a trick to convert Text to audio.
Microsoft Windows is great platform and you can used it anywhere, anytime. It provides us with so many features, tips and tricks but we are unaware of it. Have you tried text to Audio conversion before. If not then try this time. I hope you enjoy the trick.
Now I want to tell you a very simple and easy Notepad Trick. By using this trick you can convert your text into audio or voice. This is very simple trick to understand.
The good thing here is that; you are not required to install third party software's to waste memory space of the hard disk drive. You can use many softwares which needs heavy space on your Hard Disk Drive. But this Trick needs no space on your HDD. Here is the image of Text to Audio converter.
This converter needs no Internet Connection. It works in offline mode. So check below the tutorial and have fun.
I hope that you can enjoy the Text to Audio convertor using our trick. Some students can even use this concept for their internship or practicals.
Microsoft Windows is great platform and you can used it anywhere, anytime. It provides us with so many features, tips and tricks but we are unaware of it. Have you tried text to Audio conversion before. If not then try this time. I hope you enjoy the trick.
Now I want to tell you a very simple and easy Notepad Trick. By using this trick you can convert your text into audio or voice. This is very simple trick to understand.
The good thing here is that; you are not required to install third party software's to waste memory space of the hard disk drive. You can use many softwares which needs heavy space on your Hard Disk Drive. But this Trick needs no space on your HDD. Here is the image of Text to Audio converter.
This converter needs no Internet Connection. It works in offline mode. So check below the tutorial and have fun.
- Open Notepad in your PC.
- Copy & Paste below VBScript in your Notepad.
- Now Click on "Save As" and give the extension .vbs
Dim msg, sapi
msg=InputBox("Enter your text for conversion","GeeknTips Text-To-Audio Converter")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak msg
msg=InputBox("Enter your text for conversion","GeeknTips Text-To-Audio Converter")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak msg
I hope that you can enjoy the Text to Audio convertor using our trick. Some students can even use this concept for their internship or practicals.