|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.sun.speech.freetts.clunits.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 UtteranceProcessor
utterance
- the utterance to process
ProcessException
- if an error occurs while processing
the utteranceLPCResult
public java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |