Package de.dfki.lt.freetts.mbrola
Class MbrolaCaller
java.lang.Object
de.dfki.lt.freetts.mbrola.MbrolaCaller
- All Implemented Interfaces:
UtteranceProcessor
Calls external MBROLA binary to synthesise the utterance.
-
Constructor Summary
ConstructorsConstructorDescriptionMbrolaCaller(String[] cmd) Create an Mbrola caller which will call an external MBROLA binary using the commandcmd. -
Method Summary
Modifier and TypeMethodDescriptionvoidprocessUtterance(Utterance utterance) Call external MBROLA binary to synthesize the utterance.toString()
-
Constructor Details
-
MbrolaCaller
Create an Mbrola caller which will call an external MBROLA binary using the commandcmd. The command string is used as it is, which means that it must contain full path specifications and the correct file separators.
-
-
Method Details
-
processUtterance
Call external MBROLA binary to synthesize the utterance.- Specified by:
processUtterancein interfaceUtteranceProcessor- Parameters:
utterance- the utterance to process- Throws:
ProcessException- if an error occurs while processing of the utterance
-
toString
-