How to Convert Text to Audio using Notepad and Check Your PC is Male or Female?
Hello everyone, I hope that you are all fine.
Mostly people use software to convert text to audio Today I am going to share a notepad trick. This trick is how you can your text to audio using notepad. You can do it by a simple VB script and no software require for this work.
Follow the below instructions to convert your text into audio using notepad:
Step1. At first Open notepad. (Press Windows key +R now run command panel opens now type notepad and press enter)
Step2. Now Copy the following code and paste in your notepad.
Dim msg, sapi
msg=InputBox("Enter your text for conversion�by BloggerExplorer.Com","Text to Audio Converter")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak msg
Note: Here you can change �Enter your text for conversion�by BloggerExplorer.Com� and "Text to Audio Converter" by your own text.
Step3. Save the notepad file with .vbs extension. (For Example: Text to audio.vbs)
Now you have almost done. Open the file you saved. When you open this file a window open like below picture.
Step4.Now type your text in given blank space which you want to convert into audio (seen in above photo). And press ok button it will speak your text loudly. Enjoy with this cool trick.
Note: you can only listen; you cannot store or save it on your hard drive.
Bonus Tip: Check your pc voice, by using this trick you can find out that your PC/ laptop is male or female.
If you like the post and find it helpful for other then please share this post to help others.
More Interesting tips:
- How to Get Email Notification with Picture When Someone Try to Log into Your Computer System without Your Permission?
- How to Send Free SMS from Gmail Chat Daily 50 free message?
- How to make slideshow your pictures on YouTube Using YouTube Online Video Editor?
If you have query and want to say something please use below comment box. Thank you J
Comments
Post a Comment