Text to Speech on VisualNeo Win? - Forum

Forum Navigation
You need to log in to create posts and topics.

Text to Speech on VisualNeo Win?

Is there a way to get text to speech in VNeoWin?

I'm currently using audio files, but it would simplify the program I'm working on if I had text to speech as an option.

Sorry for the 20 questions recently. I'm getting back up to speed on the software after not using it for many years. I'd forgotten how much fun it was to use.

I'm creating a program that will be a free download on one of my websites to hopefully pull in more web traffic. I'll add a link when it's finished. The logic is almost complete, then I need to make it look nice. :)

Vadim has reacted to this post.
Vadim

I found a plugin that's working well. DecSoft npSapi. Simple to set up and use.

luishp has reacted to this post.
luishp

Existe esta función, no recuerdo quien la publicó.

{NeoBook Function}
Version=5,70
Language=VBScript
Param=[Text_To_Speech]|Text|Put your Text here:
{End}
StrText=("[Text_To_Speech]")
set ObjVoice = CreateObject("SAPI.SpVoice")
ObjVoice.Speak StrText

 

Okay, that makes sense. Thanks.