Login Register






How To Convert Text Into Audio Using Notepad filter_list
Author
Message
How To Convert Text Into Audio Using Notepad #1
1) Open Notepad , and copy/paste following code

Dim msg, sapi
msg=InputBox("Enter your text for conversion","Text-To-Audio Converter")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak msg

2) Save as your_file_name.vbs


3)Now open the saved file and key in the text you want to convert and click OK.

Reply

RE: How To Convert Text Into Audio Using Notepad #2
nice share but i think this is called "Text to Speech" not test into audio i thought its a method to write .wav files using codes by the title Tongue
Pierce the life fibers with your drill.

Reply

RE: How To Convert Text Into Audio Using Notepad #3
Cool Smile
Smile
i have heard about this on another site ( do no remember where)
Master when you got free time PM me for dota Smile
if you want Smile
my gg acc: deffoN
ThisBitch Wrote:m3 w4n75 70 h4cK F4C3|300|< ?
m3 15 pr0 1337 h4X0rr !

Reply

RE: How To Convert Text Into Audio Using Notepad #4
must make a note that this will only work for some languages (i know english works, dutch fe will not). If primary language is set to a non-supported language, the speech api will fail.

Reply

RE: How To Convert Text Into Audio Using Notepad #5
Already new that but nice share Biggrin
[Image: Wfxdx.png]

Reply