com.sun.speech.freetts.relp
public class UnitConcatenator extends java.lang.Object implements UtteranceProcessor
processUtterance
that helps populate the
target_lpcres relation.LPCResult
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PROP_OUTPUT_LPC |
Constructor and Description |
---|
UnitConcatenator() |
Modifier and Type | Method and Description |
---|---|
void |
processUtterance(Utterance utterance)
Concatenate the Units in the given Utterance to the target_lpc
result.
|
java.lang.String |
toString()
Converts this object to a string
|
public static final java.lang.String PROP_OUTPUT_LPC
public void processUtterance(Utterance utterance) throws ProcessException
processUtterance
in interface UtteranceProcessor
utterance
- the Utterance to do concatenationProcessException
- if an error occurs while processing
the utteranceLPCResult
public java.lang.String toString()
toString
in class java.lang.Object