Best Blackhat Forum

Full Version: [GET] How to make a free text to speech tool in windows PC using notepad
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
How much text can this script "speak"?
Wow. Not bad for a few lines of code. It speaks about 220 characters or about 3 sentences.
How to save that audio??
very cool thanks for sharing ..reps sent
Thanks for your valuable info
Reps+
Cool
Thanks for the info but wont work for me keeps saying no script engine for extension vbs
Thanks n Rep
Hello Bro
Great
Thank you
Good luck
In answer to these 2 question:

(12-16-2018 10:28 PM)zaff Wrote: [ -> ]How much text can this script "speak"?

(11-03-2018 03:48 PM)ndr_net Wrote: [ -> ]is there any way to save that audio??


Found this which may help (not tried it):
1. Should allow more text.
2. Save sound file.



Code:
Set objVoice = CreateObject("SAPI.SpVoice") Set objStream = CreateObject("SAPI.SpFileStream") Line="Enter your text here" ObjStream.Open "c:\users\HelloThere.wav", 3, vbFalse set objVoice.AudioOutputStream = objStream objVoice.Speak Line

+++++ Reps appreciated if found useful +++++


Thanks,
S.
Cool... Thanks
Pages: 1 2 3
Reference URL's