Package com.sun.speech.freetts.diphone

Examples of com.sun.speech.freetts.diphone.DiphonePitchmarkGenerator


     *
     * @throws IOException if an IO error occurs while getting
     *     processor
     */
    public UtteranceProcessor getPitchmarkGenerator() throws IOException {
  return new DiphonePitchmarkGenerator();
    }
View Full Code Here


     *
     * @throws IOException if an IO error occurs while getting
     *     processor
     */
    public UtteranceProcessor getPitchmarkGenerator() throws IOException {
  return new DiphonePitchmarkGenerator();
    }
View Full Code Here

TOP

Related Classes of com.sun.speech.freetts.diphone.DiphonePitchmarkGenerator

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.