UtteranceProcessor
public class ParametersToMbrolaConverter extends java.lang.Object implements UtteranceProcessor
Constructor | Description |
---|---|
ParametersToMbrolaConverter() |
Modifier and Type | Method | Description |
---|---|---|
void |
processUtterance(Utterance utterance) |
Convert phoneme timing and f0-time targets
into MBROLA format.
|
java.lang.String |
toString() |
public void processUtterance(Utterance utterance) throws ProcessException
"mbr_dur"
(int-valued) and
"mbr_targets"
(String-valued). MBROLA-converted targets
are saved in the Segment relation because in MBROLA input, targets
are represented as properties of the segments during which they occur.processUtterance
in interface UtteranceProcessor
utterance
- the utterance to processProcessException
- if an error occurs while
processing of the utterancepublic java.lang.String toString()
toString
in class java.lang.Object