Uses of Interface
hmi.elckerlyc.speechengine.TTSUnitFactory

Packages that use TTSUnitFactory
hmi.elckerlyc.speechengine   
 

Uses of TTSUnitFactory in hmi.elckerlyc.speechengine
 

Classes in hmi.elckerlyc.speechengine that implement TTSUnitFactory
 class DirectTTSUnitFactory
          Factory to generate DirectSpeechUnits, implemented as a singleton
 class WavTTSUnitFactory
          Factory to generate WavSpeechUnit, implemented as a singleton
 

Fields in hmi.elckerlyc.speechengine declared as TTSUnitFactory
private  TTSUnitFactory TTSPlanner.suFactory
           
 

Constructors in hmi.elckerlyc.speechengine with parameters of type TTSUnitFactory
TTSPlanner(TTSUnitFactory suf, VerbalPlayer p, TTSBinding ttsGen)
           
TTSPlanner(TTSUnitFactory suf, VerbalPlayer p, TTSBinding ttsBin, FacePlanner fp, AnimationPlanner ap)