UtteranceProcessorpublic class ClusterUnitPitchmarkGenerator extends java.lang.Object implements UtteranceProcessor
LPCResult| Constructor | Description |
|---|---|
ClusterUnitPitchmarkGenerator() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
processUtterance(Utterance utterance) |
Calculates the pitchmarks for the utterance and adds them as
an LPCResult to the Utterance in a relation named
"target_lpcres".
|
java.lang.String |
toString() |
Retrieves the name of this utteranceProcessor.
|
public void processUtterance(Utterance utterance) throws ProcessException
processUtterance in interface UtteranceProcessorutterance - the utterance to processProcessException - if an error occurs while processing
the utteranceLPCResultpublic java.lang.String toString()
toString in class java.lang.Object