|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.dfki.lt.freetts.mbrola.MbrolaCaller
Calls external MBROLA binary to synthesise the utterance.
Constructor Summary | |
MbrolaCaller(java.lang.String[] cmd)
Create an Mbrola caller which will call an external MBROLA binary using the command cmd . |
Method Summary | |
void |
processUtterance(Utterance utterance)
Call external MBROLA binary to synthesise the utterance. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public MbrolaCaller(java.lang.String[] cmd)
cmd
. The command string is used
as it is, which means that it must contain full path specifications
and the correct file separators.
Method Detail |
public void processUtterance(Utterance utterance) throws ProcessException
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 |