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....