public class AudioOutput extends java.lang.Object implements UtteranceProcessor
procesUtterance
takes an utterance and hands it off to the LPCResult to be sent to the
proper audio player.LPCResult| Constructor and Description |
|---|
AudioOutput() |
| Modifier and Type | Method and Description |
|---|---|
void |
processUtterance(Utterance utterance)
Generates audio waves for the given Utterance.
|
java.lang.String |
toString()
Returns the string form of this object
|
public void processUtterance(Utterance utterance) throws ProcessException
processUtterance in interface UtteranceProcessorutterance - the utterance to generate wavesProcessException - if an IOException is thrown during the
processing of the utteranceLPCResultpublic java.lang.String toString()
toString in class java.lang.Object