com.sun.speech.freetts.diphone
public class DiphonePitchmarkGenerator extends java.lang.Object implements UtteranceProcessor
LPCResult
,
Relation
,
SampleInfo
Constructor and Description |
---|
DiphonePitchmarkGenerator() |
Modifier and Type | Method and Description |
---|---|
void |
processUtterance(Utterance utterance)
Generates the LPCResult for this utterance.
|
java.lang.String |
toString()
Returns a string representation of this object.
|
public void processUtterance(Utterance utterance) throws ProcessException
processUtterance
in interface UtteranceProcessor
utterance
- the utterance to processProcessException
- if an error occurs while processing
the utterancejava.lang.IllegalStateException
- if the given utterance has no
relation named Relation.TARGET or a feature named
SampleInfo.UTT_NAMEpublic java.lang.String toString()
toString
in class java.lang.Object