|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sun.speech.freetts.clunits.ClusterUnitPitchmarkGenerator
public class ClusterUnitPitchmarkGenerator
Calculates the pitchmarks. This class is an UtteranceProcessor that calculates target pitchmarks for the given utterance and adds the target_lpcres relation to the utterance with the pitchmark information.
LPCResult| Constructor Summary | |
|---|---|
ClusterUnitPitchmarkGenerator()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ClusterUnitPitchmarkGenerator()
| Method Detail |
|---|
public void processUtterance(Utterance utterance)
throws ProcessException
processUtterance in interface UtteranceProcessorutterance - the utterance to process
ProcessException - if an error occurs while processing
the utteranceLPCResultpublic java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||