|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.dfki.lt.freetts.mbrola.ParametersToMbrolaConverter
Utterance processor converting phoneme timing and f0-time targets into MBROLA format.
Constructor Summary | |
ParametersToMbrolaConverter()
|
Method Summary | |
void |
processUtterance(Utterance utterance)
Convert phoneme timing and f0-time targets into MBROLA format. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ParametersToMbrolaConverter()
Method Detail |
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 process
ProcessException
- if an error occurs while
processing of the utterancepublic java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |