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.
very cool thanks for sharing ..reps sent
![Thanks Thanks](https://bestblackhatforum.com/images/smilies/tnx.gif)
for your valuable info
Reps+
![Cool Cool](https://bestblackhatforum.com/images/newsmilies/cool.gif)
Thanks for the info but wont work for me keeps saying no script engine for extension vbs
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.