This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Windows text to speech greeter.

Requests for complete scripts or modifications/fixes for scripts you didn't write. Response not guaranteed, and no thread bumping!
Post Reply
F
Fenric
Voice
Posts: 2
Joined: Sat Apr 11, 2015 4:18 am

Windows text to speech greeter.

Post by Fenric »

Hello,

I'm looking to get a bot setup with Windrop on my local machine that will do the following:

Greet people that join the channel by user name using the Windows text to speech engine so I can hear it. It doesn't need to post anything as text. It can be set to use the default voice as I can change that in the control panel.

I would like it if it had some logic to limit it from constantly spamming greetings. It could do them in batches every 2 minutes if a handful of people joined. If it detects say 10+ joins in a short period, it could just give a general greeting instead of each name individually.

I'm pretty sure this is possible but it is beyond my ability to do.

Thank you in advance if you can help.
User avatar
speechles
Revered One
Posts: 1398
Joined: Sat Aug 26, 2006 10:19 pm
Location: emerald triangle, california (coastal redwoods)

Post by speechles »

interesting idea..

Locally you just want it to "speak" some sentences, perhaps constructed with nicknames and such, for example:

Hello nickname! You are my hero!
Yo otherguy! What is up with you homey?!
Welcome back somebodyelse!

assuming nickname, otherguy, somebodyelse join.
Is this correct in my assumption? What exactly should it be "speaking"? This is where obviously, it's hard to understand from your question what you meant.

This can be easily acheived via [open |program] and piping commands to the speech engine. You can pick any greeting script you like and it can be adapted to "speak" on your computer. Just post the greeting script here you wish to use and we will get started.
F
Fenric
Voice
Posts: 2
Joined: Sat Apr 11, 2015 4:18 am

Post by Fenric »

Hello, thanks for answering.

The greeting could be one of:

hello
greetings
welcome
good day
hi

followed by the username.

If you're curious, I want to use it when I livestream on the site Twitch.tv. I'm just getting started so don't really have viewers, and something like this will help me notice when someone joins the channel.

There's plenty of free moderation bots on Twitch already, so this is all I really want it to do.
Post Reply