sound.speech
Class JavaSpeech

java.lang.Object
  extended by sound.speech.JavaSpeech

public class JavaSpeech
extends java.lang.Object

Simple program to demonstrate the use of the FreeTTS speech synthesizer. This simple program shows how to use FreeTTS without requiring the Java Speech API (JSAPI).


Constructor Summary
JavaSpeech()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaSpeech

public JavaSpeech()
Method Detail

main

public static void main(java.lang.String[] args)