Yes, you can. Here is an example script to do that. I put this in
notepad's script file. I generally use the DoubleTalk-PC synthesizer, so
this script example will change to the Eloquence synthesizer when entering
NotePad, and back to DoubleTalk when leaving NotePad, whether by exiting or
Alt+Tab to another window.
(Note: you can get the desired synthesizer's key name from the JFW.INI file
found in the JFW folder.)
;Script file for NotePad.
function AutoStartEvent()
;Starts with Eloquence as synthesizer for this application.
SetSynth("Eloq")
Pause()
SayString("Welcome to NotePad!")
SayString("Eloquence is my name, Speech is my game!")
EndFunction
function AutoFinishEvent()
;Switches back to DoubleTalk on exiting notepad.
SetSynth("dubltalk")
EndFunction
;End of script example.
Take note of the way DoubleTalk's key name is spelled!
Have fun!
Thanks,
Dennis Brown, [EMAIL PROTECTED]
Visit the Blind Programming site at http://www.mindspring.com/~brown99/
----- Original Message -----
From: Stacy Smith <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, May 25, 1999 11:32 PM
Subject: For Variety
> I have a question. Can one automatically change synthesizers with certain
> applications? This would be attention-getting and also fun.
>
> Stacy.
>
>
>
> -
> Visit the jfw ml web page: http://jfw.cjb.net
-
Visit the jfw ml web page: http://jfw.cjb.net