Class MbrolaCaller

java.lang.Object
de.dfki.lt.freetts.mbrola.MbrolaCaller
All Implemented Interfaces:
UtteranceProcessor

public class MbrolaCaller extends Object implements UtteranceProcessor
Calls external MBROLA binary to synthesise the utterance.
  • Constructor Details

    • MbrolaCaller

      public MbrolaCaller(String[] cmd)
      Create an Mbrola caller which will call an external MBROLA binary using the command cmd. The command string is used as it is, which means that it must contain full path specifications and the correct file separators.
  • Method Details