org.alchar.jdtk
Class Status

java.lang.Object
  extended by org.alchar.jdtk.Status

public class Status
extends Object

This class encapsulates the status of the DECtalk software speech synthesizer.


Field Summary
 int devId
          Wave output device id.
 int inputCharCount
          Input character count.
 int speakingStatus
          Speaking status.
 
Constructor Summary
Status()
          Create a new DECtalk status object.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

inputCharCount

public int inputCharCount
Input character count.


speakingStatus

public int speakingStatus
Speaking status.


devId

public int devId
Wave output device id.

Constructor Detail

Status

public Status()
Create a new DECtalk status object.



Copyright © 2007-2009 Kris Van Hees. All Rights Reserved.