Package com.sun.speech.freetts.relp
Class UnitConcatenator
java.lang.Object
com.sun.speech.freetts.relp.UnitConcatenator
- All Implemented Interfaces:
UtteranceProcessor
Concatenates the Units in the given Utterance to the target_lpc
result. This class is an UtteranceProcessor. It defines a method
processUtterance that helps populate the
target_lpcres relation.- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprocessUtterance(Utterance utterance) Concatenate the Units in the given Utterance to the target_lpc result.toString()Converts this object to a string
-
Field Details
-
PROP_OUTPUT_LPC
- See Also:
-
-
Constructor Details
-
UnitConcatenator
public UnitConcatenator()
-
-
Method Details
-
processUtterance
Concatenate the Units in the given Utterance to the target_lpc result.- Specified by:
processUtterancein interfaceUtteranceProcessor- Parameters:
utterance- the Utterance to do concatenation- Throws:
ProcessException- if an error occurs while processing the utterance- See Also:
-
toString
Converts this object to a string
-