6 messages in com.googlegroups.google-desktop-developerRe: Text to speech from a gadget?| From | Sent On | Attachments |
|---|---|---|
| Tony Walsworth | 13 Jul 2008 17:03 | .jpg |
| Benjamin [API Guru] | 13 Jul 2008 17:15 | |
| Teo | 14 Jul 2008 01:21 | |
| Yannick Stucki | 14 Jul 2008 01:48 | |
| Tony | 14 Jul 2008 13:43 | |
| Judah | 15 Jul 2008 09:40 |
| Subject: | Re: Text to speech from a gadget?![]() |
|---|---|
| From: | Tony (to...@heyrex.com) |
| Date: | 07/14/2008 01:43:01 PM |
| List: | com.googlegroups.google-desktop-developer |
Hi Benjamin,
Thank you very much for that.
regards,
Tony.
On Jul 14, 12:16 pm, "Benjamin [API Guru]" <code...@gmail.com> wrote:
Hi Tony,
You can use the Sapi.SpVoice Javascript object to use the Microsoft text-to-speech API.
var VoiceObj = new ActiveXObject("Sapi.SpVoice"); var my_test = "This is a text to speech example!"; VoiceObj.Speak( my_test, 1 );
Seehttp://msdn.microsoft.com/en-us/library/ms719576(VS.85).aspxfor a list of Sapi.SpVoice methods.
Best regards, Benjamin
On Jul 14, 2:04 am, "Tony Walsworth" <t....@heyrex.com> wrote:
Hi Guys,
I'm fairly new to the Gadget development world but I'm in the process of developing a Gadget to present text based information to our customer's desktop.
Unfortunately some of our clients are visually impaired so a straight forward text presentation is not ideal even if it's zoomed.
I'd like to know if it's possible to use the windows OS text to speech engine from a gadget so that we can provide audio in parallel.
I don't see any pointers in the gadget API reference. Has anyone out there tried this?
Thanks,
Tony.
Tony Walsworth
Senior Project Engineer
Say Systems Limited
Wellington
New Zealand.
E: t....@heyrex.com
T: +64 4 476 8849
W: www <blocked::http://www.heyrex.com/> .heyrex.com
image001.jpg 2KViewDownload
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Desktop Developer Group" group.
To post to this group, send email to Goog...@googlegroups.com
To unsubscribe from this group, send email to
Goog...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/Google-Desktop-Developer?hl=en
-~----------~----~----~----~------~----~------~--~---





.jpg