We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProcessing DevelopmentLibraries,  Tool Development › tts library for processing
Page Index Toggle Pages: 1
tts library for processing (Read 1827 times)
tts library for processing
May 16th, 2009, 1:00pm
 
Hi

i made a processing library that is a wrapper around the freetts
text to speach system.

a very simple talking sketch looks like this:

import guru.ttslib.*;
TTS tts = new TTS();
tts.speak("Hello World");

the only drawback is, that freetts doesn't work in applets because
of the classloaders it's using.


the library can be found at
http://www.local-guru.net/blog/pages/ttslib

the announcement (and a slightly longer code example) can be found at
http://www.local-guru.net/blog/2009/05/16/ttslib-for-processing


Re: tts library for processing
Reply #1 - May 19th, 2009, 8:20am
 
Very cool  Cheesy
Re: tts library for processing
Reply #2 - May 19th, 2009, 8:29am
 
At least a library whose API is fast to learn! Wink
Page Index Toggle Pages: 1