kamblemilind
02-18-2005, 12:20 PM
hi,
chk this site
http://www.oddcast.com/sitepal/demos/tts/tts_example_sp.html
is it possible with javascript? and how?
thanks
A1ien51
02-18-2005, 04:38 PM
If you have 10000000's of sounds clips it is possible....
Eric
Basscyst
02-18-2005, 05:08 PM
LMAO - That'd be a heck of an accomplishment. :eek:
Basscyst
brothercake
02-18-2005, 06:02 PM
You can do TTS using client-side javascript and the Microsoft Speech API (which is built into Windows XP, and downloadable for 2K and 98)
In IE you can do it through an ActiveX control, so it will obviously only work in a trusted environment, or an HTA. The MS speech site is the place to start with that - http://www.microsoft.com/speech/
And for FF there's a guy who's written a .dll and Javascript API that communicates between the browser and the windos speech api, so using that you can write TTS applications for anyone who installs the .dll - check here for info http://clc-4-tts.cjb.net/