View Single Post
Old 04-29-2004   #27 (permalink)
tpeer
Registered Member
 
Join Date: Apr 2004
Posts: 21
Quote:
Originally Posted by Foxx373
How can i change the default voice in XP?
If you have downloaded the MS Speech SDK 5, you should have more voices. I have modified the script to allow you to change the voice. In your registry find \HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Speech\Voic es\Tokens - that should give you a list of voices you can set, it starts at 0, not 1. Change the line ~Set TTS.voice = TTS.getvoices().item(X) ' 20040429a~ where X equals the number of the voice you want.

I also changed it to add "is Open" for non-WEP and "is Closed" for WEP APs. This is controlled by the AddWEP flag.

Enjoy

Ted
tpeer is offline