Package com.sun.speech.freetts.en

Examples of com.sun.speech.freetts.en.PauseGenerator


       
  processors.add(new TokenToWords(numbersCart, prefixFSM, suffixFSM));
  processors.add(new PartOfSpeechTagger());
  processors.add(new Phraser(phrasingCart));
  processors.add(new Segmenter());
  processors.add(new PauseGenerator());
  processors.add(new Intonator(accentCart, toneCart));
  processors.add(getPostLexicalAnalyzer());
  processors.add(new Durator(durzCart, 150.0f, phoneDurations));
  processors.add(new ContourGenerator
     (getResource("f0_lr_terms.txt"), 170.0f, 34.0f));
View Full Code Here

TOP

Related Classes of com.sun.speech.freetts.en.PauseGenerator

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.