Package edu.neu.ccs.task.flash

Examples of edu.neu.ccs.task.flash.FlashTranslator


    // If we've got one, we'll need to do 2 things different:
    // 1) Use null-terminated output
    // 2) Use a TTS server for all agent speech
    if (login.startsWith("<CLIENT_LOGIN")) {
      nullTermOutput = true;
      outputFilters.add(new FlashTranslator(speechConfig));
    }
   
    initPlan(user);
   
    send("<SESSION OK=\"true\"/>");
View Full Code Here

TOP

Related Classes of edu.neu.ccs.task.flash.FlashTranslator

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.