hmi.elckerlyc.speechengine.ttsbinding
Class MaryTTSBinding

java.lang.Object
  extended by hmi.elckerlyc.speechengine.ttsbinding.TTSBinding
      extended by hmi.elckerlyc.speechengine.ttsbinding.MaryTTSBinding

public class MaryTTSBinding
extends TTSBinding


Field Summary
private  MaryTTSGenerator maryTTSGenerator
           
 
Fields inherited from class hmi.elckerlyc.speechengine.ttsbinding.TTSBinding
supportedBehaviours, ttsBridgeMap, ttsGenerator
 
Constructor Summary
MaryTTSBinding(String marydir, PhonemeToVisemeMapping ptv)
           
 
Method Summary
 void cleanup()
           
 
Methods inherited from class hmi.elckerlyc.speechengine.ttsbinding.TTSBinding
getSupportedBMLDescriptionExtensions, getTiming, getVoices, setCallback, setParameterValue, setVoice, speak, speakToFile
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

maryTTSGenerator

private MaryTTSGenerator maryTTSGenerator
Constructor Detail

MaryTTSBinding

public MaryTTSBinding(String marydir,
                      PhonemeToVisemeMapping ptv)
Method Detail

cleanup

public void cleanup()
Specified by:
cleanup in class TTSBinding