Skip to main content
Home Forums Silverlight Programming Programming with JavaScript text to speech
3 replies. Latest Post by Dave Britton on October 14, 2007.
(0)
igal
Member
50 points
26 Posts
10-12-2007 5:26 AM |
I am looking for the best way to incorporate text to speech functionality inside Silverlght. May be somebody has such an experience?
Dave Bri...
681 points
229 Posts
10-12-2007 10:26 AM |
So this is not something that Silverlight will help with. If you are on a Microsoft Platfrom I would check out the Microsoft Speech SDK 1.5 which is a piece of cake to use!
=> Dave
10-13-2007 12:02 PM |
I guess you meant SDK 5.1? I know that Silverlighty doesn't include speech to text. My question was: I am creating Web application based on Silverlight technology. I want text to speech capablities of this application. One of possible solutions is to install corresponding SDK and then use ActiveX, but I am tryting to avoid bot ActiveX and installation. Don't tell me this is impossible - everything is possible.
10-14-2007 8:54 PM |
Silverlight offers nothing in this scenario - read my blog for clarification. You get what you get with any other web client, html / javascript and if you are on a windows os - you could use ActiveX.