Package com.sun.speech.freetts.relp

Examples of com.sun.speech.freetts.relp.AudioOutput


    public SampleInfo getSampleInfo() {
        return unitSelector.getSampleInfo();
    }
 
  protected UtteranceProcessor getAudioOutput() throws IOException {
    return new AudioOutput();
  }
View Full Code Here


    setupFeatureProcessors();
  }
 
 
  protected UtteranceProcessor getAudioOutput() throws IOException {
    return new AudioOutput();
  }
View Full Code Here

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

TOP

Related Classes of com.sun.speech.freetts.relp.AudioOutput

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.