What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Requesting msn narrator

Requesting msn narrator
Author: Message:
beef682
New Member
*

Avatar

Posts: 3
Joined: Oct 2009
O.P. Huh?  Requesting msn narrator
Please! I looking for a Messenger Plus script that reads back messages that you receive via Microsoft Sam or Microsoft Anna. +speech does the right way I want it to but I don't want it to load the speech to text app built into Windows, its very annoying having it open the speech app everytime. I deleted the speech exe from my pc but then the +speech script returns an error saying my speech not configured right or I dont have speech 5.1 installed, I hat this, I just want a script that reads incoming messages. thats it. In the +speech script I see that it has to do with the code:

function OnEvent_ChatWndReceiveMessage(wnd, origin, message, messageKind)
{
    if(messageKind == 1 && settings["message"] == "true" && origin != Messenger.MyName) {
        speak(message);
    }

please if someone can find me a script like this that reads incomming messeges please send me it, or if you can make it please do so
also if the original creator of +speach is reading this please make a script just with the narrating part, not the speech to text thing.

.plsc File Attachment: +Speech-1.0.plsc (7.27 KB)
This file has been downloaded 82 time(s).
10-04-2009 02:49 AM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Requesting msn narrator - by beef682 on 10-04-2009 at 02:49 AM
RE: Requesting msn narrator - by ryxdp on 10-04-2009 at 11:58 PM
thanx ryxdp - by beef682 on 10-05-2009 at 12:52 AM
RE: Requesting msn narrator - by ryxdp on 10-05-2009 at 12:55 AM
RE: Requesting msn narrator - by beef682 on 10-05-2009 at 08:42 PM
RE: RE: Requesting msn narrator - by ryxdp on 10-05-2009 at 09:18 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On