org.wcb.plugins.speech
Class Talker

java.lang.Object
  extended byorg.wcb.plugins.speech.Talker

public class Talker
extends java.lang.Object


Constructor Summary
Talker()
           
 
Method Summary
static void main(java.lang.String[] args)
          This method speaks a phonetic word specified on the command line.
 void sayPhoneWord(java.lang.String word)
          This method speaks the given phonetic word.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Talker

public Talker()
Method Detail

main

public static void main(java.lang.String[] args)
This method speaks a phonetic word specified on the command line.


sayPhoneWord

public void sayPhoneWord(java.lang.String word)
This method speaks the given phonetic word.



Copyright © 1999-2004 Walter Bogaardt. All Rights Reserved.