Package com.sun.speech.freetts.en.us.cmu_time_awb

Examples of com.sun.speech.freetts.en.us.cmu_time_awb.AlanVoiceDirectory


   
  public void activate() {
    for(Voice voice : new KevinVoiceDirectory().getVoices()) {
      voices.put(voice.getName(), voice);
    }
    for(Voice voice : new AlanVoiceDirectory().getVoices()) {
      voices.put(voice.getName(), voice);
    }
   
    // workaround for JVM bug, see
    // http://ondra.zizka.cz/stranky/programovani/java/misc/freetts-line-unavailable-classcastexception-kevinvoicedirectory-error-opening-zipfile.texy
View Full Code Here

TOP

Related Classes of com.sun.speech.freetts.en.us.cmu_time_awb.AlanVoiceDirectory

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.