20.gif

Search (advanced search)
Use this Search form before posting, asking or make a new thread.
Tips: Use Quotation mark to search words (eg. "How To Make Money Online")

07-18-2018, 07:03 PM
Post: #1
[GET] How to make a free text to speech tool in windows PC using notepad
Its simple and easy and just require few steps. No need of downloading any bloated software from web. Just a few lines of codes and save it as vbs extension and your Pronunciation tool is ready. So lets see how to do it. You can just enter any text and it will play audio from that text telling you how to exactly pronounce it.

How to make a Free Pronunciation tool in windows using Notepad

Step 1: – Open notpead.

Step 2: – Now, copy and paste the code given below to the notepad.


Dim message, sapi
message = InputBox("A Free Pronunciation tool"+vbcrlf,"Text to Audio converter")
Set sapi = CreateObject("sapi.spvoice")
sapi.Speak message


Step 3: – Now, save it as Pronunciation.vbs on your desktop.

Step 4: – Now, click on the created tool and enter any word or sentence and it will immediately speak it to you.

[Image: free_pronunciation_tool.png]
07-19-2018, 01:02 AM
Post: #2
RE: [GET] How to make a free text to speech tool in windows PC using notepad
thankssmilePerfect 10
07-19-2018, 03:32 PM
Post: #3
RE: [GET] How to make a free text to speech tool in windows PC using notepad
That is a very nifty bit of info SHINOBI NINJA - Thanks for sharing it !!!
(+Rep added, of course.)
I totally despise board spammers and spambots !!!
07-24-2018, 08:07 PM
Post: #4
RE: [GET] How to make a free text to speech tool in windows PC using notepad
(07-19-2018 01:02 AM)babby Wrote:  thankssmilePerfect 10

(07-19-2018 03:32 PM)smithnowt Wrote:  That is a very nifty bit of info SHINOBI NINJA - Thanks for sharing it !!!
(+Rep added, of course.)

You're most welcome
08-28-2018, 06:09 AM
Post: #5
RE: [GET] How to make a free text to speech tool in windows PC using notepad
thanks
How to save this audio ?
71.gif
09-16-2018, 09:11 AM
Post: #6
RE: [GET] How to make a free text to speech tool in windows PC using notepad
Very interesting and somewhat amazing. Thank you and max reps!
09-17-2018, 12:22 AM
Post: #7
RE: [GET] How to make a free text to speech tool in windows PC using notepad
Thanks That is so clever.

This one pauses as well, some don't. Max reps given.
09-19-2018, 07:26 PM
Post: #8
RE: [GET] How to make a free text to speech tool in windows PC using notepad
(09-16-2018 09:11 AM)mark7437 Wrote:  Very interesting and somewhat amazing. Thank you and max reps!

(09-17-2018 12:22 AM)Jaguar Wrote:  Thanks That is so clever.

This one pauses as well, some don't. Max reps given.

You are mostly welcome
11-03-2018, 03:48 PM
Post: #9
RE: [GET] How to make a free text to speech tool in windows PC using notepad
is there any way to save that audio??
12-16-2018, 09:57 PM (This post was last modified: 12-16-2018 09:58 PM by Augusto.)
Post: #10
RE: [GET] How to make a free text to speech tool in windows PC using notepad
Max REPS! Great Share.
76.gif




43.gif