8/4/2010 9:52:15 PM
Title:
Text to speech
Can we convert text to speech in adobe AIR?
Please Help with an example.
Thankyou.
8/4/2010 9:59:17 PM
check this link to see a text to speech application , source code is also there
http://www.jamesward.com/2009/10/01/text-to-speech-in-flex/
8/4/2010 10:17:39 PM
Thankyou for your early response.
Please provide a simple example.
I am not an expert.
The example you have provided is using HttpService and all.
Can you provide a simple code.
8/4/2010 10:31:27 PM
flex does not have capability to do text to speech conversion. You have to use some server api for that and use http service to send the text and receive sound
8/4/2010 10:44:34 PM
Hi Jim,
Above example is very simple code, HttpService is used for the sending data and receiving data back.
As now Flex if font-end technology we have to go for the back-end or some 3rd party tools to achieve this kind of task.
Regards,
Virat Patel
8/20/2010 2:35:27 AM
Is their any code for Air application or any other api for text to speech
2/18/2012 8:48:39 AM
http://www.jamesward.com/2009/10/01/text-to-speech-in-flex/