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.
Page Index Toggle Pages: 1
speech synthesizer (Read 1215 times)
speech synthesizer
Jun 24th, 2007, 6:58pm
 
hi,

does anyone know an easy way to get speech output of text with processing?  
Re: speech synthesizer
Reply #1 - Jun 24th, 2007, 8:18pm
 
Processing does not come with a speech synthesizer. Your best bet would be to find an application written in Java that you can use as a library from Processing (because Processing is basically a Java application). Here are a couple of leads:

http://java.sun.com/products/java-media/speech/forDevelopers/jsapifaq.html

http://java.sun.com/products/java-media/speech/forDevelopers/jsapi-guide/Synthesis.html
Page Index Toggle Pages: 1