Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Flex Text to Speech Program

I am developing a Adobe Flex Application which speeches some given text inside a text box. Here am supposed to use an inbuilt function or something else, because I dont want to give an outside link to convert the text to speech since Internet connection will not be available. Sample program written in Air are also applicable Can any one post some sample code or link? Thanks in Advance

like image 739
sanjeev Avatar asked Aug 05 '10 06:08

sanjeev


2 Answers

I ported a HMM based TTS engine to Flash using the Alchemy compiler. Demos, explanation and code are here:

http://www.edobashira.com/2010/01/flitehts-engine-for-flash-hmm-speech_22.html

http://www.lvcsr.com/hts/

https://github.com/edobashira/Flite-hts_engine-for-Flash

like image 76
Paul Dixon Avatar answered Oct 11 '22 09:10

Paul Dixon


I expect that the simplest way will be get some external executables and wrap them into Air or even rewrite in like http://labs.adobe.com/technologies/alchemy/ but look to platform you are oriented, the best choice will be MS TTS engine or something open source like Festival TTS engine.

like image 31
Eugene Avatar answered Oct 11 '22 09:10

Eugene