hmi.elckerlyc.speechengine.ttsbinding
Class SAPITTSBinding

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

public class SAPITTSBinding
extends TTSBinding


Field Summary
private  SAPI5TTSGenerator sapiTTSGenerator
           
 
Fields inherited from class hmi.elckerlyc.speechengine.ttsbinding.TTSBinding
supportedBehaviours, ttsBridgeMap, ttsGenerator
 
Constructor Summary
SAPITTSBinding()
           
 
Method Summary
 void cleanup()
           
 void setParameterValue(String parameter, float value)
           
 
Methods inherited from class hmi.elckerlyc.speechengine.ttsbinding.TTSBinding
getSupportedBMLDescriptionExtensions, getTiming, getVoices, setCallback, setVoice, speak, speakToFile
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sapiTTSGenerator

private final SAPI5TTSGenerator sapiTTSGenerator
Constructor Detail

SAPITTSBinding

public SAPITTSBinding()
Method Detail

setParameterValue

public void setParameterValue(String parameter,
                              float value)
Overrides:
setParameterValue in class TTSBinding

cleanup

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