se.chalmers.cs.gf.dialogutil.tts
Class NuanceWrapperSpeechOutput

java.lang.Object
  extended by se.chalmers.cs.gf.dialogutil.tts.NuanceWrapperSpeechOutput
All Implemented Interfaces:
java.util.EventListener, TextListener

public class NuanceWrapperSpeechOutput
extends java.lang.Object
implements TextListener

Outputs text to Nuance using NuanceWrapper.


Constructor Summary
NuanceWrapperSpeechOutput(OAAClient client)
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void speakText(java.lang.String text)
           
 void textEvent(TextEvent e)
          Handle a text event.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NuanceWrapperSpeechOutput

public NuanceWrapperSpeechOutput(OAAClient client)
Method Detail

speakText

public void speakText(java.lang.String text)

textEvent

public void textEvent(TextEvent e)
Description copied from interface: TextListener
Handle a text event.

Specified by:
textEvent in interface TextListener
Parameters:
e - The event object

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException
Throws:
java.io.IOException