UtteranceProcessorpublic class DiphonePitchmarkGenerator extends java.lang.Object implements UtteranceProcessor
LPCResult,
Relation,
SampleInfo| Constructor | Description |
|---|---|
DiphonePitchmarkGenerator() |
| Modifier and Type | Method | 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 UtteranceProcessorutterance - 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