6 messages in com.googlegroups.google-desktop-developerRe: Text to speech from a gadget?
FromSent OnAttachments
Tony Walsworth13 Jul 2008 17:03.jpg
Benjamin [API Guru]13 Jul 2008 17:15 
Teo14 Jul 2008 01:21 
Yannick Stucki14 Jul 2008 01:48 
Tony14 Jul 2008 13:43 
Judah15 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,

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