Re: What do I need to install to use vbscripting



Hello

it's been a while since I played with text-to-speech engine which now has
been replaced by SAPI but here are a couple of links that might help you
find what you are looking for.

You can go to
http://www.microsoft.com/speech/speech2007/default.mspx to read more about
Speech technologies

and go to
http://msdn2.microsoft.com/en-us/library/ms723627.aspx
To get to know the application interface.

You will have to look for speech engines to find one that give you a
different voice and/or language. The old version of text-to-speech had many
by Lernout & Hauspie (I&H) but I do not think those are compatible with SAPI

As for VBScript, you can get the latest script engine at
http://www.microsoft.com/downloads/details.aspx?familyid=C717D943-7E4B-4622-86EB-95A22B832CAA&displaylang=en


Hope this helps.
--
**********
Rafael T


"vmars" <vm@xxxxxxxxxxx> wrote in message
news:%23yUu8U3NIHA.484@xxxxxxxxxxxxxxxxxxxxxxx
I have a SpeakClipBoard.vbs as follows:
[
Set ISpeechVoice = CreateObject("SAPI.SpVoice")

'read from clipboard
Set oIE = WScript.CreateObject("InternetExplorer.Application")
oIE.navigate "about:blank"
ISpeechVoice.Speak
oIE.document.parentWindow.clipboarddata.getData("text"), SPF_DEFAULT
Set oIE = Nothing

]

This speech script works fine on my machine [Windows XP Home Edition].
What 'installed software' on my machine enables this script to run.
And what might i need to (check for and) install on someone else's machine
to enable this script to run.

Also, how can I select different voices, programatically?
For instance, Select "Sam" or "Female Spanish".?

Thanks in advance!

ô¿ô
V e r n www.parentpresent.org
NoWorrys = KidSafe Internet Filter (Freeware)





.



Relevant Pages

  • Re: ScriptEngine (VB) sometimes fails a division under Windows Server
    ... Probably MS product support is the address for this question. ... The following lines of code creates the engine: ... // create script engine ... My program is built under Visual Studio 2005. ...
    (microsoft.public.win32.programmer.kernel)
  • Re: Adding script functions in the host application
    ... > to have only one instance of the macros for many engine instances. ... it creates a single script engine for a page (well, actually, a script ... engine for every language used on a page) and then calls ParseScriptText ...
    (microsoft.public.vc.atl)
  • Re: Multithreaded script host doesnt like Apartment threaded objects
    ... >> engine whenever another thread needs the same script. ... I do not marshall interface pointers between apartments, ... Now all your threads run in the same apartment, ...
    (microsoft.public.win32.programmer.ole)
  • Re: Unable to throw exception from method in encoded JS
    ... encoded script engine when they encounter encoded script". ... the unstable nature of that engine is not worth the trouble. ... but other operations and tests fail. ... are lots of decoders on the net. ...
    (microsoft.public.scripting.wsh)
  • Re: MySQL
    ... Then you can use it from inside MySQL or on the commandline ... it is crying out for a script wrapper to make it more flexible. ... you have the option to use a csv engine. ... So you can now select from your dbase files into a csv file. ...
    (alt.os.linux.suse)

Loading