Package de.dfki.lt.freetts.mbrola
Class ParametersToMbrolaConverter
java.lang.Object
de.dfki.lt.freetts.mbrola.ParametersToMbrolaConverter
- All Implemented Interfaces:
UtteranceProcessor
Utterance processor converting phoneme timing and f0-time targets
into MBROLA format.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
processUtterance
(Utterance utterance) Convert phoneme timing and f0-time targets into MBROLA format.toString()
-
Constructor Details
-
ParametersToMbrolaConverter
public ParametersToMbrolaConverter()
-
-
Method Details
-
processUtterance
Convert phoneme timing and f0-time targets into MBROLA format. The results are saved in the Segment relations, as features"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.- Specified by:
processUtterance
in interfaceUtteranceProcessor
- Parameters:
utterance
- the utterance to process- Throws:
ProcessException
- if an error occurs while processing of the utterance
-
toString
-