|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.sun.speech.freetts.relp.AudioOutput
Supports generating audio output from an utterance. This is an
utterance processor. The primary method, procesUtterance
takes an utterance and hands it off to the LPCResult to be sent to the
proper audio player.
LPCResult
Constructor Summary | |
AudioOutput()
|
Method Summary | |
void |
processUtterance(Utterance utterance)
Generates audio waves for the given Utterance. |
java.lang.String |
toString()
Returns the string form of this object |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public AudioOutput()
Method Detail |
public void processUtterance(Utterance utterance) throws ProcessException
processUtterance
in interface UtteranceProcessor
utterance
- the utterance to generate waves
ProcessException
- if an IOException is thrown during the
processing of the utteranceLPCResult
public java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |