| View previous topic :: View next topic |
| Author |
Message |
admin Site Admin

Joined: 08 May 2003 Posts: 128
|
Posted: Sat Oct 21, 2006 9:41 am Post subject: |
|
|
If you use:
TRSpeaker1.Speak(msgFld.value);// tts added
you will get just the text entered without the name.
-rick |
|
| Back to top |
|
 |
zak Forum Junkie

Joined: 14 Oct 2006 Posts: 18
|
Posted: Sun Oct 29, 2006 1:45 am Post subject: |
|
|
Just wanted to mention that this works well; thanks Rick.
I am still trying to find/understand information regarding TRSpeaker and/or Microsoft Direct TextToSpeech control; however, I am still unable to directly manupulate/control Gender, Pitch or other variables via javascript. The only way I can successfully adjust the voice is by using the voice selection method - 'Speech Properties control box'- mentioned on the TRSpeaker web page.
I will continue to look around, but in the meantime I will just use one voice for everyone. |
|
| Back to top |
|
 |
admin Site Admin

Joined: 08 May 2003 Posts: 128
|
Posted: Sun Oct 29, 2006 6:19 am Post subject: |
|
|
Thanks Zak, glad it is working OK for you.
This article from the Microsoft Site explains
how to get multiple voices. Not sure if it is
directly applicable to TRSpeaker. But you
might find it interesting anyway.
http://www.microsoft.com/technet/scriptcenter/funzone/games/agent.mspx
BTW: all the scripting is VBScript but could
easily be switched to JavaScript.
-rick |
|
| Back to top |
|
 |
|