Uses of Interface
hmi.tts.TTSBridge

Packages that use TTSBridge
hmi.elckerlyc.speechengine.ttsbinding   
hmi.tts Classes and interfaces for TTS Generation, independent of actual TTS systems such as SAPI5 or MARYTTS. 
hmi.tts.mary Implementation of TTSGenerator specifically for MARYTTS. 
hmi.tts.sapi5 Implementation of TTSGenerator specifically for SAPI5 voices. 
 

Uses of TTSBridge in hmi.elckerlyc.speechengine.ttsbinding
 

Fields in hmi.elckerlyc.speechengine.ttsbinding with type parameters of type TTSBridge
protected  Map<Class<? extends Behaviour>,TTSBridge> TTSBinding.ttsBridgeMap
           
 

Uses of TTSBridge in hmi.tts
 

Classes in hmi.tts that implement TTSBridge
 class BMLTTSBridge
           
 

Uses of TTSBridge in hmi.tts.mary
 

Classes in hmi.tts.mary that implement TTSBridge
 class AbstractMaryTTSBridge
           
 class MaryAllophonesTTSBridge
           
 class MarySSMLTTSBridge
           
 class MaryWordsTTSBridge
           
 class MaryXMLTTSBridge
           
 

Uses of TTSBridge in hmi.tts.sapi5
 

Classes in hmi.tts.sapi5 that implement TTSBridge
 class SAPI5SSMLTTSBridge
           
 class SAPITTSBridge