Uses of Class
hmi.tts.mary.MaryTTSGenerator

Packages that use MaryTTSGenerator
hmi.elckerlyc.speechengine.ttsbinding   
hmi.tts.mary Implementation of TTSGenerator specifically for MARYTTS. 
 

Uses of MaryTTSGenerator in hmi.elckerlyc.speechengine.ttsbinding
 

Fields in hmi.elckerlyc.speechengine.ttsbinding declared as MaryTTSGenerator
private  MaryTTSGenerator MaryTTSBinding.maryTTSGenerator
           
 

Uses of MaryTTSGenerator in hmi.tts.mary
 

Fields in hmi.tts.mary declared as MaryTTSGenerator
protected  MaryTTSGenerator AbstractMaryTTSBridge.ttsGenerator
           
 

Constructors in hmi.tts.mary with parameters of type MaryTTSGenerator
AbstractMaryTTSBridge(MaryTTSGenerator ttsGen, marytts.datatypes.MaryDataType input)
           
MaryAllophonesTTSBridge(MaryTTSGenerator ttsGen)
           
MarySSMLTTSBridge(MaryTTSGenerator ttsGen)
           
MaryWordsTTSBridge(MaryTTSGenerator ttsGen)
           
MaryXMLTTSBridge(MaryTTSGenerator ttsGen)