Class MbrolaCaller

  • All Implemented Interfaces:
    UtteranceProcessor

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

      Constructors 
      Constructor Description
      MbrolaCaller​(java.lang.String[] cmd)
      Create an Mbrola caller which will call an external MBROLA binary using the command cmd.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void processUtterance​(Utterance utterance)
      Call external MBROLA binary to synthesize 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

      • MbrolaCaller

        public MbrolaCaller​(java.lang.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 Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object