hmi.tts.mary
Class MaryXMLTTSBridge

java.lang.Object
  extended by hmi.tts.mary.AbstractMaryTTSBridge
      extended by hmi.tts.mary.MaryXMLTTSBridge
All Implemented Interfaces:
TTSBridge

public class MaryXMLTTSBridge
extends AbstractMaryTTSBridge


Field Summary
 
Fields inherited from class hmi.tts.mary.AbstractMaryTTSBridge
ttsGenerator
 
Constructor Summary
MaryXMLTTSBridge(MaryTTSGenerator ttsGen)
           
 
Method Summary
 String wrap(String speechText)
          Wraps speech text into proper start/end tags for this input format
 
Methods inherited from class hmi.tts.mary.AbstractMaryTTSBridge
getTiming, speak, speakToFile
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MaryXMLTTSBridge

public MaryXMLTTSBridge(MaryTTSGenerator ttsGen)
Method Detail

wrap

public String wrap(String speechText)
Description copied from class: AbstractMaryTTSBridge
Wraps speech text into proper start/end tags for this input format

Specified by:
wrap in class AbstractMaryTTSBridge