Skip to main content

Free Stuff

Create your own Speech Engine

Friends ! Now you can create your own text to speech engine!


What you need ?


1. A Notepad
2. Audio output device to listen to the result.


What you need to do ?


1. Open Notepad.
2. Copy paste the code i have given below
Dim message, sapi
message=InputBox("What do I need to Speak ?","Your Speech Engine")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak message
3. Save the File with any name but extension as .vbs (strictly vbs!!!)
4. Now open the file by direct double clicking it.


5. Type what you want to hear in the text box that appear.
6. Click OK.
Your a mega mind now!!!


How it works ?

  • vbs is Visual Basic Script File. 
  • VBScript uses the Component Object Model to access elements of the environment within which it is running; for example, the File System Object (FSO) is used to create, read, update and delete files.
  • VBScript has been installed by default in every desktop release of Microsoft Windows since Windows 98; in Windows Server since Windows NT 4.0 Option Pack; and optionally with Windows CE (depending on the device it is installed on).
  • So A VBScript script must be executed within a host environment, of which there are several provided with Microsoft Windows, including: Windows Script Host (WSH), Internet Explorer (IE), and Internet Information Services (IIS). Additionally, the VBScript hosting environment is embeddable in other programs, through technologies such as the Microsoft Script Control (msscript.ocx).
  • Any file saved with an extension type as vbs with suitable message content coding can automatically execute itself in windows environment.
Enjoy with us.
Support the blog, Click on Ads

Comments

Popular posts from this blog

All about ZIKA virus

Here's all you need to know about the Zika virus - from the dangers it poses to pregnant women to the steps one can take to minimise risk of exposure. Q: What is the Zika virus? A: It is a virus infection transmitted by the bite of an infected Aedes mosquito, which also carries the dengue and chikungunya viruses. It is generally a mild disease; four in five people who become infected with Zika do not show any symptoms but could be infectious. Q: What are the symptoms? A: They include a fever, an itchy rash, body aches, headache, red eyes and occasionally, nausea and vomiting. These usually develop within three to 12 days after the mosquito bite and often last between four and seven days. Q: Who is at greatest risk? A: Unborn babies are the most at risk should their mothers become infected with the Zika virus. Between 1 per cent and 10 per cent of women infected during pregnancy give birth to babies with defects. The most common defect is microcephaly, where the...

Six Best Android Apps for Geeks

1. ConnectBot:  Every geek will always have a hand on these kind of stuffs. Forget your PC or laptop and guess this SSH Client will satisfy all your ultimate geeky thing. ConnectBot is a powerful open-source Secure Shell (SSH) client. It can manage simultaneous SSH sessions, create secure tunnels, and copy/paste between other applications. This client allows you to connect to Secure Shell servers that typically run on UNIX-based servers. Use Connect Bot to maximum number of sessions and feel like GOD Features: -Support device with hardware keyboard. - Popup keyboard with all those normally hard to find characters - Use the volume keys to quickly change font size - External keyboard support - Telnet support - Local Android terminal support - Click URLs to open in a browser - Copy & Paste within sessions - UTF-8 character support - Easily organise your connections by group - Keep multiple SSH sessions running in the background - Password & OpenSSH privat...

786 - What really it is ?

Over the years, I have come across many misconceptions of 786, many heated debates on it as well. Personally I found it hard to believe that we can simply summaries an ayat of Quraan with 3 numbers. Anyway, below is an answer to the nagging question “What is the significance of 786?” “786″ – Does it stand for Bismillah-hir Rahman-nir Raheem’? For those who seek the Truth or the sake of the Truth. 786 being used by people who are misguided as the numerical representation of “Bismillah-hir Rahmaan-nir Raheem” should be informed that it has no religious or Islamic significance whatsoever. The numerals 786 or any other numerals does not represents “Bismillah-hir Rahman-nir Raheem” or any other Surah of the Most Noble and Holy Qur’an and is not a Sunnah either. CAN NUMBER 786 REPLACE THE HOLY NAME OF ALMIGHTY ALLAH AZZA WAJJAL MOST EXALTED? Almighty Allah Rabbul Ala’meen tells us very clearly in verse 2 of Surah Yusuf: “Verily, We have sent it down as an Arabic Qura...